build: updated sdk version

This commit is contained in:
Observer KRypt0n_ 2023-04-23 18:03:36 +02:00
parent 82e3355036
commit 4151f67249
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
2 changed files with 7 additions and 5 deletions

6
Cargo.lock generated
View file

@ -40,7 +40,8 @@ dependencies = [
[[package]]
name = "anime-game-core"
version = "1.7.4"
version = "1.8.0"
source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.8.0#dbb9008bcdd6a7b8026567ff35417671a77c740e"
dependencies = [
"anyhow",
"bzip2",
@ -64,7 +65,8 @@ dependencies = [
[[package]]
name = "anime-launcher-sdk"
version = "1.0.12"
version = "1.1.0"
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.1.0#9517040a7dce969ad69b1961e48bb4813805ee62"
dependencies = [
"anime-game-core",
"anyhow",

View file

@ -16,11 +16,11 @@ opt-level = "s"
glib-build-tools = "0.17"
[dependencies.anime-launcher-sdk]
# git = "https://github.com/an-anime-team/anime-launcher-sdk"
# tag = "1.0.10"
git = "https://github.com/an-anime-team/anime-launcher-sdk"
tag = "1.1.0"
features = ["all", "star-rail"]
path = "../anime-launcher-sdk" # ! for dev purposes only
# path = "../anime-launcher-sdk" # ! for dev purposes only
[dependencies]
relm4 = { version = "0.6.0-alpha.2", features = ["macros", "libadwaita"] }