mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 12:26:00 +03:00
build: updated launcher SDK
This commit is contained in:
parent
86e283d3fc
commit
662a3477ea
2 changed files with 1 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -58,7 +58,6 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
|||
[[package]]
|
||||
name = "anime-game-core"
|
||||
version = "1.22.2"
|
||||
source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.22.2#e3f2c3361bd986e60c8b8e11b0921ac46d6473b8"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bzip2",
|
||||
|
@ -108,7 +107,6 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "anime-launcher-sdk"
|
||||
version = "1.18.0"
|
||||
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.18.0#62053890f6da849aba5253cac0e3ff769bb756bb"
|
||||
dependencies = [
|
||||
"anime-game-core",
|
||||
"anyhow",
|
||||
|
|
|
@ -19,7 +19,7 @@ glib-build-tools = "0.20"
|
|||
|
||||
[dependencies.anime-launcher-sdk]
|
||||
git = "https://github.com/an-anime-team/anime-launcher-sdk"
|
||||
tag = "1.18.0"
|
||||
tag = "1.19.0"
|
||||
features = ["all", "genshin"]
|
||||
|
||||
# path = "../anime-launcher-sdk" # ! for dev purposes only
|
||||
|
|
Loading…
Reference in a new issue