[package] name = "emerald-legacy-launcher" version = "1.2.1" description = "A FOSS, cross-platform launcher for Minecraft Legacy Edition" authors = ["Emerald Team"] edition = "2021" [lib] name = "emerald_lib" crate-type = ["staticlib", "cdylib", "rlib"] [build-dependencies] tauri-build = { version = "2", features = [] } [dependencies] tauri = { version = "2", features = [ "tray-icon", "image-png"] } tauri-plugin-opener = "2" serde = { version = "1", features = ["derive"] } serde_json = "1" tauri-plugin-gamepad = "0.0.5" tauri-plugin-drpc = "*" reqwest = { version = "0.11", features = ["stream"] } tokio = { version = "1", features = ["full"] } futures-util = "0.3" tokio-util = { version = "0.7.18", features = ["rt"] } base64 = "0.21" tokio-tungstenite = { version = "0.21", default-features = false, features = ["connect", "native-tls"] } url = "2" rand = "0.8" http = "1" rfd = "0.15" libc = "0.2" image = "0.24" steam_shortcuts_util = "1.1.8" tauri-plugin-process = "2" [target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies] tauri-plugin-updater = "2"