41 lines
1.1 KiB
TOML
41 lines
1.1 KiB
TOML
[package]
|
|
name = "lncvrt-games-launcher"
|
|
version = "1.5.6"
|
|
authors = ["Lncvrt"]
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
name = "lncvrt_games_launcher_lib"
|
|
crate-type = ["staticlib", "cdylib", "rlib"]
|
|
|
|
[build-dependencies]
|
|
tauri-build = { version = "2.5.5", features = [] }
|
|
|
|
[dependencies]
|
|
tauri = { version = "2.10.2", features = ["macos-private-api"] }
|
|
tauri-plugin-opener = "2.5.3"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.149"
|
|
tauri-plugin-os = "2.3.2"
|
|
reqwest = { version = "0.13.2", default-features = false, features = ["stream", "rustls"] }
|
|
tokio = "1.49.0"
|
|
futures-util = { version = "0.3.31", features = ["io"] }
|
|
tauri-plugin-decorum = "1.1.1"
|
|
tauri-plugin-fs = "2.4.5"
|
|
zip = "7.4.0"
|
|
libc = "0.2.181"
|
|
tauri-plugin-dialog = "2.6.0"
|
|
tauri-plugin-notification = "2.3.3"
|
|
sysinfo = "0.38.1"
|
|
sha2 = "0.10.9"
|
|
tauri-plugin-clipboard-manager = "2.3.2"
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
shlex = "1.3.0"
|
|
|
|
[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
|
|
tauri-plugin-single-instance = "2.4.0"
|
|
tauri-plugin-window-state = "2.4.1"
|
|
|
|
|