18 lines
422 B
TOML
18 lines
422 B
TOML
[package]
|
|
name = "dash-frontend"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
wgui = { path = "../wgui/" }
|
|
glam = { workspace = true, features = ["mint", "serde"] }
|
|
log = { workspace = true }
|
|
rust-embed = { workspace = true }
|
|
chrono = "0.4.42"
|
|
gio = "0.21.2"
|
|
gtk = "0.18.2"
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.145"
|
|
wlx-common = { path = "../wlx-common" }
|