From f2e10510cecb4511a882d980793b9e53e410da92 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Thu, 4 May 2023 14:42:55 +0200 Subject: [PATCH] feat(core): updated SDK version fixes sandboxed game running --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9cf1090..67100c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,8 +87,8 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" -version = "1.1.5" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.1.5#fb775feff6bc65cc539a3416987ba0acb242ef7e" +version = "1.1.6" +source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.1.6#4169e902252f7fd2c71cacbc31997ccc3a0e07d2" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ab9e302..ade06a7 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.5" +tag = "1.1.6" features = ["all", "genshin"] # path = "../anime-launcher-sdk" # ! for dev purposes only