mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-29 02:18:46 +03:00
build: updated dependencies
This commit is contained in:
parent
edaecf9e93
commit
dc8377c94d
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ glib-build-tools = "0.17"
|
||||||
|
|
||||||
[dependencies.anime-launcher-sdk]
|
[dependencies.anime-launcher-sdk]
|
||||||
git = "https://github.com/an-anime-team/anime-launcher-sdk"
|
git = "https://github.com/an-anime-team/anime-launcher-sdk"
|
||||||
tag = "1.0.2"
|
tag = "1.0.4"
|
||||||
features = ["all", "genshin"]
|
features = ["all", "genshin"]
|
||||||
|
|
||||||
# path = "../anime-launcher-sdk" # ! for dev purposes only
|
# path = "../anime-launcher-sdk" # ! for dev purposes only
|
||||||
|
@ -30,7 +30,7 @@ adw = { package = "libadwaita", version = "0.3", features = ["v1_2"] }
|
||||||
rfd = { version = "0.11", features = ["xdg-portal"], default-features = false }
|
rfd = { version = "0.11", features = ["xdg-portal"], default-features = false }
|
||||||
open = "4.0"
|
open = "4.0"
|
||||||
|
|
||||||
serde_json = "1"
|
serde_json = "1.0"
|
||||||
anyhow = "1.0"
|
anyhow = "1.0"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
cached = { version = "0.43", features = ["proc_macro"] }
|
cached = { version = "0.43", features = ["proc_macro"] }
|
||||||
|
|
Loading…
Reference in a new issue