Windows GUI

This commit is contained in:
2026-05-19 11:35:26 +02:00
parent b620a8a2b4
commit 93ed0f33d7
4 changed files with 387 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "svldgui"
version = "0.1.0"
edition = "2024"
[[bin]]
name = "svldgui"
test = false
bench = false
[dependencies]
libsvld = { path = "../libsvld" }
native-windows-gui = { version = "1.0.13", features = ["file-dialog"] }
native-windows-derive = "1.0.5"
can-dbc = "9.1.0"