Windows GUI
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user