Implement launching the game on Linux

This commit is contained in:
fnrir
2023-08-18 13:31:18 +02:00
parent ef576e36b8
commit 3ecc4f4231
8 changed files with 557 additions and 100 deletions

View File

@@ -53,7 +53,7 @@ serde_json = "1"
# Dependencies for the HTTP(S) proxy.
http = "0.2"
hudsucker = "0.19.1"
hudsucker = "0.19.2"
tracing = "0.1.21"
tokio-rustls = "0.23.0"
tokio-tungstenite = "0.17.0"
@@ -71,6 +71,12 @@ file_diff = "1.0.0"
rust-ini = "0.18.0"
ctrlc = "3.2.3"
[target.'cfg(target_os = "linux")'.dependencies.anime-launcher-sdk]
git = "https://github.com/an-anime-team/anime-launcher-sdk.git"
tag = "1.11.1"
default-features = false
features = ["all", "genshin"]
[features]
# by default Tauri runs in production mode
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL