mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-22 12:56:06 +03:00
feat(core): updated SDK version
Apply selected session before launching the game
This commit is contained in:
parent
a58bd18a79
commit
3d8466700c
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -87,8 +87,8 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-launcher-sdk"
|
||||
version = "1.2.1"
|
||||
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.2.1#f7bddd1d2fde4dcc7d04bda9e4d9160a5bc88218"
|
||||
version = "1.2.3"
|
||||
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.2.3#ccfbd5f22a74150c943145b8a14bf2a25e7bbac9"
|
||||
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.2.1"
|
||||
tag = "1.2.3"
|
||||
features = ["all", "genshin"]
|
||||
|
||||
# path = "../anime-launcher-sdk" # ! for dev purposes only
|
||||
|
|
Loading…
Reference in a new issue