move uidev dashboard to dash-frontend crate

This commit is contained in:
Aleksander
2025-09-13 12:16:38 +02:00
parent 3f76dbe9cc
commit 1d8f8aca3e
75 changed files with 130 additions and 2 deletions

10
dash-frontend/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[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"