mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-21 12:17:35 +03:00
build: updated dependencies
This commit is contained in:
parent
47075051b2
commit
7d31c70cbb
2 changed files with 375 additions and 216 deletions
581
Cargo.lock
generated
581
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
10
Cargo.toml
10
Cargo.toml
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue