wxbox/crates/client/Cargo.toml
core d5aea97931
Some checks failed
build and test / wxbox - latest (push) Has been cancelled
Verify Latest Dependencies / Verify Latest Dependencies (push) Has been cancelled
there is a map
2025-03-08 15:30:13 -05:00

23 lines
No EOL
440 B
TOML

[package]
name = "wxbox-client"
version = "0.1.0"
edition = "2021"
[dependencies]
tracing = "0.1"
tracing-subscriber = "0.3"
eframe = { version = "0.31" }
glow = "*"
egui_glow = "0.31"
egui = "0.31"
poll-promise = "0.3"
ehttp = "0.5"
image = "0.25"
bytemuck = "1.22"
nalgebra-glm = "0.19"
[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"