aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32f4/Cargo.toml
diff options
context:
space:
mode:
authorVo Trung Chi <[email protected]>2024-03-07 00:45:01 +0700
committerVo Trung Chi <[email protected]>2024-03-07 00:46:27 +0700
commit315fb040ee15306158d1c7c24249ee08cd22e36a (patch)
tree62e42516f7e1a4d6fbc13f8ae1f78f0fe6dfecd9 /examples/stm32f4/Cargo.toml
parent3638df789e4f498b9058bbeb27bdddab4a80bd49 (diff)
stm32: add usb_hid_mouse example
Signed-off-by: Vo Trung Chi <[email protected]>
Diffstat (limited to 'examples/stm32f4/Cargo.toml')
-rw-r--r--examples/stm32f4/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/stm32f4/Cargo.toml b/examples/stm32f4/Cargo.toml
index cd46fc85b..512158bef 100644
--- a/examples/stm32f4/Cargo.toml
+++ b/examples/stm32f4/Cargo.toml
@@ -27,6 +27,7 @@ heapless = { version = "0.8", default-features = false }
27nb = "1.0.0" 27nb = "1.0.0"
28embedded-storage = "0.3.1" 28embedded-storage = "0.3.1"
29micromath = "2.0.0" 29micromath = "2.0.0"
30usbd-hid = "0.7.0"
30static_cell = "2" 31static_cell = "2"
31chrono = { version = "^0.4", default-features = false} 32chrono = { version = "^0.4", default-features = false}
32 33