build: updated sdk (again)

Further theoretical fixes
This commit is contained in:
Observer KRypt0n_ 2023-04-25 18:31:08 +02:00
parent 99f5e3bce7
commit 42ec7f2168
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 29 additions and 3 deletions

26
.vscode/launch.json vendored Normal file
View file

@ -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}"
}
]
}

4
Cargo.lock generated
View file

@ -65,8 +65,8 @@ dependencies = [
[[package]] [[package]]
name = "anime-launcher-sdk" name = "anime-launcher-sdk"
version = "1.1.1" version = "1.1.2"
source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.1.1#b4a03a5cd0aba8c949e801d0cff3c8756d497b72" source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.1.2#b178f1050ae24b8de899adaf0f6f52ffcf6d8b53"
dependencies = [ dependencies = [
"anime-game-core", "anime-game-core",
"anyhow", "anyhow",

View file

@ -17,7 +17,7 @@ glib-build-tools = "0.17"
[dependencies.anime-launcher-sdk] [dependencies.anime-launcher-sdk]
git = "https://github.com/an-anime-team/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"] features = ["all", "star-rail"]
# path = "../anime-launcher-sdk" # ! for dev purposes only # path = "../anime-launcher-sdk" # ! for dev purposes only