Update crate for keyboard-keynames

This revision includes a fix for supporting Aarch64 platforms

Signed-off-by: Jon Nettleton <jon@solid-run.com>
This commit is contained in:
Jon Nettleton 2021-11-01 16:33:40 +01:00
parent c51d6154ec
commit a5e64af199

View File

@ -65,7 +65,7 @@ iced = {package = "iced_native", git = "https://github.com/Imberflur/iced", tag
iced_winit = {git = "https://github.com/Imberflur/iced", tag = "winit-0.25"}
window_clipboard = "0.2"
glyph_brush = "0.7.0"
keyboard-keynames = { git = "https://gitlab.com/Frinksy/keyboard-keynames.git", rev = "721c8b301f8003332d0cc767ab2649fdd330e842" }
keyboard-keynames = { git = "https://gitlab.com/Frinksy/keyboard-keynames.git", rev = "1ae010ca032a57dfe0ba01d4346a3b03bde36de0" }
# EGUI
egui = {version = "0.12", optional = true }