Use custom libspelling branch with the latest gtk-rs v0.10 API, enable spelling features

This commit is contained in:
yggverse 2025-07-27 03:13:05 +03:00
parent be34e0bf43
commit 1ac3840e56
3 changed files with 16 additions and 13 deletions

View file

@ -36,8 +36,7 @@ ggemini = "0.19.0"
ggemtext = "0.7.0"
indexmap = "2.10.0"
itertools = "0.14.0"
# @TODO pending for glib 0.10 dependencies update
# libspelling = "0.4.0"
libspelling = "0.4.0"
maxminddb = "0.26.0"
openssl = "0.10.72"
plurify = "0.2.0"
@ -46,7 +45,11 @@ r2d2_sqlite = "0.31.0"
syntect = "5.2.0"
# development
# [patch.crates-io]
[patch.crates-io]
# @TODO pending for the official gtk-rs 0.10 dependencies update
libspelling = { git = "https://github.com/YGGverse/libspelling-rs.git", branch = "yoda-0.12"}
# ggemini = { git = "https://github.com/YGGverse/ggemini.git" }
# ggemtext = { git = "https://github.com/YGGverse/ggemtext.git" }
# plurify = { git = "https://github.com/YGGverse/plurify.git" }