mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 08:35:28 +00:00
temporary disable libspelling, use latest gtk api versions
This commit is contained in:
parent
2014f5e421
commit
6d6b1bc8c8
3 changed files with 16 additions and 16 deletions
12
Cargo.toml
12
Cargo.toml
|
|
@ -12,12 +12,12 @@ repository = "https://github.com/YGGverse/Yoda"
|
|||
|
||||
[dependencies.adw]
|
||||
package = "libadwaita"
|
||||
version = "0.7.2"
|
||||
version = "0.8.0"
|
||||
features = ["v1_5"]
|
||||
|
||||
[dependencies.gtk]
|
||||
package = "gtk4"
|
||||
version = "0.9.7"
|
||||
version = "0.10.0"
|
||||
features = ["gnome_46"]
|
||||
|
||||
[dependencies.sqlite]
|
||||
|
|
@ -26,17 +26,17 @@ version = "0.37.0"
|
|||
|
||||
[dependencies.sourceview]
|
||||
package = "sourceview5"
|
||||
version = "0.9.1"
|
||||
version = "0.10.0"
|
||||
|
||||
[dependencies]
|
||||
ansi-parser = "0.9.1"
|
||||
anyhow = "1.0.97"
|
||||
async-channel = "2.5.0"
|
||||
ggemini = "0.19.0"
|
||||
ggemtext = "0.6.0"
|
||||
ggemtext = "0.7.0"
|
||||
indexmap = "2.7.0"
|
||||
itertools = "0.14.0"
|
||||
libspelling = "0.4.0"
|
||||
# libspelling = "0.4.0"
|
||||
maxminddb = "0.26.0"
|
||||
openssl = "0.10.72"
|
||||
plurify = "0.2.0"
|
||||
|
|
@ -47,5 +47,5 @@ syntect = "5.2.0"
|
|||
# development
|
||||
[patch.crates-io]
|
||||
ggemini = { git = "https://github.com/YGGverse/ggemini.git" }
|
||||
# ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" }
|
||||
ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" }
|
||||
# plurify = { git = "https://github.com/YGGverse/plurify.git" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue