aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2022-11-27 16:03:18 -0500
committerBrian Cully <bjc@kublai.com>2022-11-27 16:03:18 -0500
commit4f5aa708810ba57a436ca848f78dab2474a6c951 (patch)
tree80abe5345e6deae05768e479ef871d73c3c09263 /Cargo.toml
parent4e9562361acb003c0b94fa3a465ab416ffc28e46 (diff)
downloadluchie-4f5aa708810ba57a436ca848f78dab2474a6c951.tar.gz
luchie-4f5aa708810ba57a436ca848f78dab2474a6c951.zip
event_filter: add filters for converting abs mouse to trackball
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index db27d00..4780b6c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,7 @@ codegen-units = 1
[dependencies]
cortex-m = "0.7.6"
cortex-m-rt = "0.7.1"
+fugit = "0.3.5"
nb = "1.0.0"
#panic-semihosting = "0.6.0"
usb-device = "0.2.9"