remove shared crate

This commit is contained in:
2025-10-06 00:25:56 -06:00
parent 28417cce69
commit 76c7870a79
7 changed files with 2 additions and 32 deletions

View File

@@ -6,7 +6,6 @@ edition = "2024"
[dependencies]
embedded-sdmmc = { version = "0.9.0", default-features = false }
embedded-graphics = "0.8.1"
shared = { path = "../shared" }
abi_sys = { path = "../abi_sys" }
talc = "4.4.3"
spin = "0.10.0"