From 662a3477ea0f75865006b02a4c1e3bdff582ce2e Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Thu, 29 Aug 2024 17:53:05 +0200 Subject: [PATCH] build: updated launcher SDK --- Cargo.lock | 2 -- Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f57c7e6..7d72ed8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -58,7 +58,6 @@ checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f" [[package]] name = "anime-game-core" version = "1.22.2" -source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.22.2#e3f2c3361bd986e60c8b8e11b0921ac46d6473b8" dependencies = [ "anyhow", "bzip2", @@ -108,7 +107,6 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" version = "1.18.0" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.18.0#62053890f6da849aba5253cac0e3ff769bb756bb" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index e612993..7c794b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ glib-build-tools = "0.20" [dependencies.anime-launcher-sdk] git = "https://github.com/an-anime-team/anime-launcher-sdk" -tag = "1.18.0" +tag = "1.19.0" features = ["all", "genshin"] # path = "../anime-launcher-sdk" # ! for dev purposes only