mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-02 14:45:37 +00:00
29 lines
771 B
TOML
29 lines
771 B
TOML
[package]
|
|
name = "emerald-legacy-launcher"
|
|
version = "1.0.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"
|
|
rfd = "0.15"
|
|
libc = "0.2"
|