aboutsummaryrefslogtreecommitdiff
path: root/examples/rp/Cargo.toml
diff options
context:
space:
mode:
authorGeorges Palauqui <[email protected]>2024-10-27 09:50:57 +0100
committerGeorges Palauqui <[email protected]>2024-10-27 09:50:57 +0100
commit66205fdd859b4c8607d0b6be9e4fcb27e8096493 (patch)
treeb1655fa4899c37bd28107270d39b149611697ef2 /examples/rp/Cargo.toml
parentb31648f2e59a68748e1c0f1408d1658a2e5e6a08 (diff)
update spi_display example for rp
Diffstat (limited to 'examples/rp/Cargo.toml')
-rw-r--r--examples/rp/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml
index 6a2c99716..b55b20c63 100644
--- a/examples/rp/Cargo.toml
+++ b/examples/rp/Cargo.toml
@@ -37,10 +37,10 @@ cortex-m = { version = "0.7.6", features = ["inline-asm"] }
37cortex-m-rt = "0.7.0" 37cortex-m-rt = "0.7.0"
38critical-section = "1.1" 38critical-section = "1.1"
39panic-probe = { version = "0.3", features = ["print-defmt"] } 39panic-probe = { version = "0.3", features = ["print-defmt"] }
40display-interface-spi = "0.4.1" 40display-interface-spi = "0.5.0"
41embedded-graphics = "0.7.1" 41embedded-graphics = "0.8.1"
42st7789 = "0.6.1" 42mipidsi = "0.8.0"
43display-interface = "0.4.1" 43display-interface = "0.5.0"
44byte-slice-cast = { version = "1.2.0", default-features = false } 44byte-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"