From 99f5e3bce79b8107190e3b0ce7549fe6b9322c09 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Tue, 25 Apr 2023 17:57:34 +0200 Subject: [PATCH] build: updated sdk (theoretically) fixes game launching --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cde9804..d7cab04 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,8 +65,8 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" -version = "1.1.0" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.1.0#9517040a7dce969ad69b1961e48bb4813805ee62" +version = "1.1.1" +source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.1.1#b4a03a5cd0aba8c949e801d0cff3c8756d497b72" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 387c081..009ed70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.1.0" +tag = "1.1.1" features = ["all", "star-rail"] # path = "../anime-launcher-sdk" # ! for dev purposes only