aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/Cargo.toml
diff options
context:
space:
mode:
authorGeorges Palauqui <[email protected]>2024-10-27 10:23:18 +0100
committerGeorges Palauqui <[email protected]>2024-11-05 18:54:04 +0100
commitfb004fb6e2bd1fe23c50bf0faccd9d4a8061e986 (patch)
treedb51bd25ac775237f43ec59eb2be323b7579269d /examples/rp/Cargo.toml
parent5b075077090ec1436437c82011554649e909c8ee (diff)
add second example fo SPI display on RP
Diffstat (limited to 'examples/rp/Cargo.toml')
-rw-r--r--examples/rp/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index b55b20c63..901355aeb 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -45,6 +45,7 @@ byte-slice-cast = { version = "1.2.0", default-features = false }
45smart-leds = "0.4.0" 45smart-leds = "0.4.0"
46heapless = "0.8" 46heapless = "0.8"
47usbd-hid = "0.8.1" 47usbd-hid = "0.8.1"
48rand_core = "0.6.4"
48 49
49embedded-hal-1 = { package = "embedded-hal", version = "1.0" } 50embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
50embedded-hal-async = "1.0" 51embedded-hal-async = "1.0"