temporary disable libspelling, use latest gtk api versions

This commit is contained in:
yggverse 2025-07-23 05:44:42 +03:00
parent 2014f5e421
commit 6d6b1bc8c8
3 changed files with 16 additions and 16 deletions

View file

@ -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" }