Files
Howling/LauncherSource/launcher_client_egui/Cargo.toml
2024-03-21 09:35:29 +01:00

17 lines
385 B
TOML

[package]
name = "launcher_client_egui"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
launcher_shared = { path = "../launcher_shared" }
eframe = "0.21"
egui-winit = "0.21"
reqwest = { version = "0.11", features = ["stream"] }
ehttp = "0.2"
poll-promise = "0.2"
directories = "4.0"