From 42ec7f21687bbe58b8b5ce326cfde388bfb8034b Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Tue, 25 Apr 2023 18:31:08 +0200 Subject: [PATCH] build: updated sdk (again) Further theoretical fixes --- .vscode/launch.json | 26 ++++++++++++++++++++++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..939424b --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,26 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "lldb", + "request": "launch", + "name": "Debug", + "cargo": { + "args": [ + "build", + "--bin=honkers-railway-launcher", + "--package=honkers-railway-launcher" + ], + "filter": { + "name": "honkers-railway-launcher", + "kind": "bin" + } + }, + "args": [], + "cwd": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index d7cab04..aa1ee11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,8 +65,8 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" -version = "1.1.1" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.1.1#b4a03a5cd0aba8c949e801d0cff3c8756d497b72" +version = "1.1.2" +source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.1.2#b178f1050ae24b8de899adaf0f6f52ffcf6d8b53" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 009ed70..67eab84 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.1" +tag = "1.1.2" features = ["all", "star-rail"] # path = "../anime-launcher-sdk" # ! for dev purposes only