add comment about xkbcommon

This commit is contained in:
galister
2025-12-28 03:12:00 +09:00
parent 7eb16fc205
commit b5f2191ea3

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.8.0" }
xkbcommon = { version = "0.8.0" } # 0.9.0 breaks keymap import on some distros
xcb = { version = "1.6.0", optional = true, features = [
"as-raw-xcb-connection",
] }