chore: update dependency key syntax

This commit is contained in:
Lionel DARNIS 2026-05-25 19:36:21 +02:00
parent 859b02c88f
commit a42944fe59

View file

@ -18,7 +18,7 @@ libc = "0.2.149"
sctk = { package = "smithay-client-toolkit", version = "0.20", default-features = false, features = [ sctk = { package = "smithay-client-toolkit", version = "0.20", default-features = false, features = [
"calloop", "calloop",
] } ] }
wayland-backend = { version = "0.3.3", default_features = false, features = [ wayland-backend = { version = "0.3.3", default-features = false, features = [
"client_system", "client_system",
] } ] }
raw-window-handle = { version = "0.6", optional = true } raw-window-handle = { version = "0.6", optional = true }