diff --git a/Cargo.lock b/Cargo.lock index c08f55f..ff17fc8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index f00d5ac..fa8e23e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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