build: updated SDK

This commit is contained in:
Observer KRypt0n_ 2023-06-09 22:13:28 +02:00
parent 1018cb09b5
commit 173ef71602
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -48,8 +48,8 @@ dependencies = [
[[package]] [[package]]
name = "anime-game-core" name = "anime-game-core"
version = "1.11.6" version = "1.11.7"
source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.11.6#897cd378d36eb58a9d47de0b844ce0503af88f45" source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.11.7#1810212e70497359f4ae881d307ab9e5012eff97"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bzip2", "bzip2",
@ -96,8 +96,8 @@ dependencies = [
[[package]] [[package]]
name = "anime-launcher-sdk" name = "anime-launcher-sdk"
version = "1.6.4" version = "1.6.5"
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.6.4#60e2b00ad5264702aeaf26bdbea6af975e145203" source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.6.5#4cc34287242d6145c0118085610090160776cfc9"
dependencies = [ dependencies = [
"anime-game-core", "anime-game-core",
"anyhow", "anyhow",

View file

@ -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.6.4" tag = "1.6.5"
features = ["all", "genshin"] features = ["all", "genshin"]
# path = "../anime-launcher-sdk" # ! for dev purposes only # path = "../anime-launcher-sdk" # ! for dev purposes only