diff options
| author | LLLL Colonq <llll@colonq> | 2024-08-19 16:57:00 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-08-19 16:57:00 -0400 |
| commit | e1917ceb818656b9e6334abd5bce606db53155fa (patch) | |
| tree | 05411df661850e41aa90a4a67eda74339edf47d6 /Cargo.lock | |
| parent | 7874c1d28bccbd4e089e0a7a2a8c8ad005aa09e8 (diff) | |
Key rebinding
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -95,6 +95,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] +name = "bimap" +version = "0.6.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "230c5f1ca6a325a32553f8640d31ac9b49f2411e901e427570154868b46da4f7" + +[[package]] name = "bit_field" version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -367,6 +373,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a" [[package]] +name = "enum-map" +version = "2.7.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9" +dependencies = [ + "enum-map-derive", +] + +[[package]] +name = "enum-map-derive" +version = "0.17.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "equivalent" version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1131,8 +1157,10 @@ dependencies = [ name = "teleia" version = "0.1.0" dependencies = [ + "bimap", "console_error_panic_hook", "console_log", + "enum-map", "getrandom", "glam", "glow", |
