add comment about xkbcommon
This commit is contained in:
@@ -67,7 +67,7 @@ winit = { version = "0.30.12", optional = true }
|
|||||||
xdg = "3.0"
|
xdg = "3.0"
|
||||||
log-panics = { version = "2.1.0", features = ["with-backtrace"] }
|
log-panics = { version = "2.1.0", features = ["with-backtrace"] }
|
||||||
serde_json5 = "0.2.1"
|
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 = [
|
xcb = { version = "1.6.0", optional = true, features = [
|
||||||
"as-raw-xcb-connection",
|
"as-raw-xcb-connection",
|
||||||
] }
|
] }
|
||||||
|
|||||||
Reference in New Issue
Block a user