downgrade libxkbcommon

This commit is contained in:
galister
2025-12-28 01:59:59 +09:00
parent 86cbe8f13b
commit 7eb16fc205
3 changed files with 61 additions and 64 deletions

View File

@@ -67,7 +67,7 @@ winit = { version = "0.30.12", optional = true }
xdg = "3.0"
log-panics = { version = "2.1.0", features = ["with-backtrace"] }
serde_json5 = "0.2.1"
xkbcommon = { version = "0.9.0" }
xkbcommon = { version = "0.8.0" }
xcb = { version = "1.6.0", optional = true, features = [
"as-raw-xcb-connection",
] }