Compare commits

..

2 commits

Author SHA1 Message Date
--global
a12a69e8b0 Point sdk to ethanthesleepy.one
Some checks failed
Compile release build / build_and_upload (release) Has been cancelled
2024-08-16 08:32:11 -05:00
--global
c16c484304 Fix 64-bit musl target 2024-08-16 08:30:47 -05:00
2 changed files with 4 additions and 1 deletions

3
.cargo/config.toml Normal file
View file

@ -0,0 +1,3 @@
#See https://github.com/rust-lang/rust/pull/58575#issuecomment-496026747
[target.x86_64-unknown-linux-musl]
rustflags = ["-C", "target-feature=-crt-static"]

View file

@ -18,7 +18,7 @@ opt-level = "s"
glib-build-tools = "0.20" glib-build-tools = "0.20"
[dependencies.anime-launcher-sdk] [dependencies.anime-launcher-sdk]
git = "https://github.com/an-anime-team/anime-launcher-sdk" git = "https://git.ethanthesleepy.one/anime-game-testing/anime-launcher-sdk"
tag = "1.17.3" tag = "1.17.3"
features = ["all", "star-rail", "star-rail-patch"] features = ["all", "star-rail", "star-rail-patch"]