Update deps

This commit is contained in:
2026-05-23 17:43:02 +02:00
parent e9c505b625
commit e38b6dae6d
4 changed files with 553 additions and 183 deletions
+15 -4
View File
@@ -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"