mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-16 15:22:01 +03:00
feat(core): updated SDK
This commit is contained in:
parent
5ea163ef19
commit
03b525a34e
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -96,8 +96,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-launcher-sdk"
|
||||
version = "1.4.3"
|
||||
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.4.3#919f1608754db6cd98fcf12d1088aecf7e83be95"
|
||||
version = "1.4.4"
|
||||
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.4.4#2490641aae3f137e2b6736a8b0b5503544320f3b"
|
||||
dependencies = [
|
||||
"anime-game-core",
|
||||
"anyhow",
|
||||
|
|
|
@ -17,7 +17,7 @@ glib-build-tools = "0.17"
|
|||
|
||||
[dependencies.anime-launcher-sdk]
|
||||
git = "https://github.com/an-anime-team/anime-launcher-sdk"
|
||||
tag = "1.4.3"
|
||||
tag = "1.4.4"
|
||||
features = ["all", "genshin"]
|
||||
|
||||
# path = "../anime-launcher-sdk" # ! for dev purposes only
|
||||
|
|
Loading…
Add table
Reference in a new issue