diff --git a/Cargo.lock b/Cargo.lock index 44a2c62..059f9fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -803,7 +803,7 @@ checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0" [[package]] name = "smithay-client-toolkit" version = "0.17.0" -source = "git+https://github.com/Smithay/client-toolkit#2854623830de3873be36695ad34a2b4d430af72e" +source = "git+https://github.com/Smithay/client-toolkit#a85f9779fc5126e43bbd4d7fc86f177707157678" dependencies = [ "bitflags 1.3.2", "calloop", @@ -820,6 +820,7 @@ dependencies = [ "wayland-protocols", "wayland-protocols-wlr", "wayland-scanner", + "xkeysym", ] [[package]] @@ -1297,3 +1298,9 @@ checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7" dependencies = [ "nom", ] + +[[package]] +name = "xkeysym" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"