DashInterface, DashInterfaceEmulated

This commit is contained in:
Aleksander
2025-12-10 22:11:57 +01:00
parent 171021d6c5
commit 7118cea810
11 changed files with 392 additions and 3 deletions

3
Cargo.lock generated
View File

@@ -5848,6 +5848,7 @@ dependencies = [
"vulkano-shaders",
"wgui",
"winit",
"wlx-common",
]
[[package]]
@@ -6841,11 +6842,13 @@ dependencies = [
name = "wlx-common"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"glam",
"idmap",
"idmap-derive",
"serde",
"wayvr_ipc",
]
[[package]]