build: updated sdk version

This commit is contained in:
Nikita Podvirnyi 2024-07-04 12:01:46 +02:00
parent fb04d1a335
commit f14142a6fb
No known key found for this signature in database
GPG key ID: 859D416E5142AFF3
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -82,8 +82,8 @@ dependencies = [
[[package]]
name = "anime-launcher-sdk"
version = "1.16.1"
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.16.1#0d681027cbf871715ff7f00e37b77cf2c0c23567"
version = "1.16.2"
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.16.2#82f6584c9888debb8540568e30f9fb3b3175d689"
dependencies = [
"anime-game-core",
"anyhow",

View file

@ -19,7 +19,7 @@ glib-build-tools = "0.19"
[dependencies.anime-launcher-sdk]
git = "https://github.com/an-anime-team/anime-launcher-sdk"
tag = "1.16.1"
tag = "1.16.2"
features = ["all", "zzz"]
# path = "../anime-launcher-sdk" # ! for dev purposes only