wxbox/crates/client/Cargo.toml
core f06c11fb99
Some checks failed
build and test / wxbox - latest (push) Failing after 36m36s
Verify Latest Dependencies / Verify Latest Dependencies (push) Successful in 37m0s
start work on map renderer
2025-03-06 22:47:37 -05:00

18 lines
No EOL
388 B
TOML

[package]
name = "wxbox-client"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = "0.1"
tracing-subscriber = "0.3"
eframe = { version = "0.31" }
egui = "0.31"
egui_glow = "0.31"
serde = { version = "1", features = ["derive"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
tracing-web = "0.1"
wasm-bindgen-futures = "0.4"
web-sys = "0.3"
console_error_panic_hook = "0.1"