Files
wayvr/dash-frontend/Cargo.toml
2025-09-13 12:16:38 +02:00

11 lines
186 B
TOML

[package]
name = "dash-frontend"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow.workspace = true
wgui = { path = "../wgui/" }
glam = { workspace = true }
rust-embed = "8.7.2"