diff options
| author | Georges Palauqui <[email protected]> | 2024-10-27 10:23:18 +0100 |
|---|---|---|
| committer | Georges Palauqui <[email protected]> | 2024-11-05 18:54:04 +0100 |
| commit | fb004fb6e2bd1fe23c50bf0faccd9d4a8061e986 (patch) | |
| tree | db51bd25ac775237f43ec59eb2be323b7579269d /examples/rp/Cargo.toml | |
| parent | 5b075077090ec1436437c82011554649e909c8ee (diff) | |
add second example fo SPI display on RP
Diffstat (limited to 'examples/rp/Cargo.toml')
| -rw-r--r-- | examples/rp/Cargo.toml | 1 |
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 } | |||
| 45 | smart-leds = "0.4.0" | 45 | smart-leds = "0.4.0" |
| 46 | heapless = "0.8" | 46 | heapless = "0.8" |
| 47 | usbd-hid = "0.8.1" | 47 | usbd-hid = "0.8.1" |
| 48 | rand_core = "0.6.4" | ||
| 48 | 49 | ||
| 49 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } | 50 | embedded-hal-1 = { package = "embedded-hal", version = "1.0" } |
| 50 | embedded-hal-async = "1.0" | 51 | embedded-hal-async = "1.0" |
