Update xkbcommon to 0.7

This commit is contained in:
Ian Douglas Scott 2023-10-03 12:45:53 -07:00
parent 964e9eddee
commit 1526bbedf9

View file

@ -61,7 +61,7 @@ wayland-sys = { version = "0.31", optional = true }
wayland-backend = { version = "0.3.0", optional = true }
winit = { version = "0.28.0", default-features = false, features = ["wayland", "wayland-dlopen", "x11"], optional = true }
x11rb = { version = "0.12.0", optional = true }
xkbcommon = { version = "0.6.0", features = ["wayland"]}
xkbcommon = { version = "0.7.0", features = ["wayland"]}
scan_fmt = { version = "0.2.3", default-features = false }
encoding_rs = { version = "0.8.33", optional = true }
profiling = "1.0"