diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-04-26 21:59:31 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-26 21:59:31 +0000 |
| commit | 34074e6eb0741e084653b3ef71163393741f558b (patch) | |
| tree | f627117733d3fcd5bbb4eb664559c387a8e81f33 /examples/rp | |
| parent | 026445d0109f9e80586634a757dfe39a58068cfc (diff) | |
| parent | 5732ee7ca975c0dd1afa83ade1667a2599d20985 (diff) | |
Merge pull request #2872 from embassy-rs/cleanups
Misc cleanups.
Diffstat (limited to 'examples/rp')
| -rw-r--r-- | examples/rp/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/rp/Cargo.toml b/examples/rp/Cargo.toml index d5263deb8..ae6746dce 100644 --- a/examples/rp/Cargo.toml +++ b/examples/rp/Cargo.toml | |||
| @@ -28,7 +28,6 @@ fixed-macro = "1.2" | |||
| 28 | cortex-m = { version = "0.7.6", features = ["inline-asm"] } | 28 | cortex-m = { version = "0.7.6", features = ["inline-asm"] } |
| 29 | cortex-m-rt = "0.7.0" | 29 | cortex-m-rt = "0.7.0" |
| 30 | panic-probe = { version = "0.3", features = ["print-defmt"] } | 30 | panic-probe = { version = "0.3", features = ["print-defmt"] } |
| 31 | futures = { version = "0.3.17", default-features = false, features = ["async-await", "cfg-target-has-atomic", "unstable"] } | ||
| 32 | display-interface-spi = "0.4.1" | 31 | display-interface-spi = "0.4.1" |
| 33 | embedded-graphics = "0.7.1" | 32 | embedded-graphics = "0.7.1" |
| 34 | st7789 = "0.6.1" | 33 | st7789 = "0.6.1" |
