Update deps
This commit is contained in:
+15
-4
@@ -10,10 +10,21 @@ bench = false
|
||||
|
||||
[dependencies]
|
||||
libsvld = { path = "../libsvld" }
|
||||
can-dbc = "9.1.0"
|
||||
slint = "1.16.1"
|
||||
rfd = "0.17.2"
|
||||
can-dbc = "9.1"
|
||||
slint = {
|
||||
version = "1.16",
|
||||
default-features = false,
|
||||
features = [
|
||||
"accessibility",
|
||||
"backend-winit",
|
||||
"backend-winit-wayland",
|
||||
"compat-1-2",
|
||||
"renderer-femtovg-wgpu",
|
||||
"renderer-software",
|
||||
"std" ]
|
||||
}
|
||||
rfd = "0.17"
|
||||
chrono = { version = "0.4", default-features = false, features = ["std", "clock"] }
|
||||
|
||||
[build-dependencies]
|
||||
slint-build = "1.16.1"
|
||||
slint-build = "1.16"
|
||||
|
||||
Reference in New Issue
Block a user