build: updated dependencies

This commit is contained in:
Nikita Podvirnyi 2024-10-09 22:10:20 +02:00
parent 47075051b2
commit 7d31c70cbb
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
2 changed files with 375 additions and 216 deletions

581
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -18,18 +18,18 @@ opt-level = "s"
glib-build-tools = "0.20"
[dependencies.anime-launcher-sdk]
# git = "https://github.com/an-anime-team/anime-launcher-sdk"
# tag = "1.20.3"
git = "https://github.com/an-anime-team/anime-launcher-sdk"
tag = "1.22.0"
features = ["all", "genshin"]
path = "../anime-launcher-sdk" # ! for dev purposes only
# path = "../anime-launcher-sdk" # ! for dev purposes only
[dependencies]
relm4 = { version = "0.9.0", features = ["macros", "libadwaita"] }
gtk = { package = "gtk4", version = "0.9.0", features = ["v4_12"] }
adw = { package = "libadwaita", version = "0.7.0", features = ["v1_4"] }
rfd = { version = "0.14.1", features = ["xdg-portal", "tokio"], default-features = false }
rfd = { version = "0.15.0", features = ["xdg-portal", "tokio"], default-features = false }
open = "5.3.0"
whatadistro = "0.1.0"
@ -43,7 +43,7 @@ enum-ordinalize = "4.3"
tracing = "0.1"
tracing-subscriber = "0.3"
fluent-templates = "0.10"
fluent-templates = "0.11"
unic-langid = "0.9"
human-panic = "2.0.1"