diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-06 22:06:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-06 22:06:09 +0000 |
commit | 183ceee3adf4ac5a889db3ed904e7adbf9ccb4f1 (patch) | |
tree | 0784a403367ee03e416eac1a15b43f54864e8212 /Cargo.lock | |
parent | 18836f20ddad440a059989076e782b9633d95f39 (diff) | |
download | alacritty-183ceee3adf4ac5a889db3ed904e7adbf9ccb4f1.tar.gz alacritty-183ceee3adf4ac5a889db3ed904e7adbf9ccb4f1.zip |
Remove winit key remappings
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2312,6 +2312,7 @@ dependencies = [ "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "raw-window-handle 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "smithay-client-toolkit 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", "wayland-client 0.23.6 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |