diff --git a/Cargo.lock b/Cargo.lock index 61c95b95..ade73999 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1432,6 +1432,7 @@ dependencies = [ "serde", "serde_json", "wgui", + "wlx-common", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index fcd4b150..708bc2d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ resolver = "3" [workspace.dependencies] anyhow = "1.0.100" -glam = "0.30.7" +glam = { version = "0.30.7", features = ["mint", "serde"] } idmap = "0.2.2" idmap-derive = "0.2.2" log = "0.4.28" diff --git a/dash-frontend/Cargo.toml b/dash-frontend/Cargo.toml index 8f7a67cc..6741c503 100644 --- a/dash-frontend/Cargo.toml +++ b/dash-frontend/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" [dependencies] anyhow.workspace = true wgui = { path = "../wgui/" } -glam = { workspace = true } +glam = { workspace = true, features = ["mint", "serde"] } log = { workspace = true } rust-embed = { workspace = true } chrono = "0.4.42" @@ -14,3 +14,4 @@ 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" } diff --git a/dash-frontend/assets/gui/dashboard.xml b/dash-frontend/assets/gui/dashboard.xml index db101125..aaab8af8 100644 --- a/dash-frontend/assets/gui/dashboard.xml +++ b/dash-frontend/assets/gui/dashboard.xml @@ -98,7 +98,6 @@