ALVR-IPv6/alvr/dashboard/Cargo.toml

48 lines
1.2 KiB
TOML

[package]
name = "alvr_dashboard"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
alvr_common.workspace = true
alvr_events.workspace = true
alvr_filesystem.workspace = true
alvr_packets.workspace = true
alvr_session.workspace = true
alvr_gui_common.workspace = true
bincode = "1"
chrono = "0.4"
eframe = "0.23"
env_logger = "0.10"
ico = "0.3"
rand = "0.8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
settings-schema = { git = "https://github.com/alvr-org/settings-schema-rs", rev = "676185f" }
statrs = "0.16"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
alvr_server_io.workspace = true
sysinfo = { version = "0.29", default-features = false }
tungstenite = "0.20"
ureq = { version = "2", features = ["json"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
console_error_panic_hook = "0.1"
ewebsock = "0.4"
futures = "0.3"
gloo-net = "0.4"
instant = { version = "0.1", features = ["wasm-bindgen"] }
wasm-bindgen-futures = "0.4"
wasm-logger = "0.2"
[target.'cfg(target_os = "linux")'.dependencies]
wgpu = "0.17"
[target.'cfg(windows)'.build-dependencies]
winres = "0.1"