cbindgen abi_sys
This commit is contained in:
@@ -4,11 +4,15 @@ version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
default = []
|
||||
defmt = ["dep:defmt"]
|
||||
|
||||
[dependencies]
|
||||
embedded-graphics = "0.8.1"
|
||||
strum = { version = "0.27.2", default-features = false, features = ["derive"] }
|
||||
defmt = { version = "0.3", optional = true }
|
||||
shared = { path = "../shared" }
|
||||
bitflags = "2.9.4"
|
||||
embedded-graphics = "0.8.1"
|
||||
embedded-sdmmc = { version = "0.9.0", default-features = false }
|
||||
defmt = { version = "0.3", optional = true }
|
||||
|
||||
[build-dependencies]
|
||||
cbindgen = "0.24.0"
|
||||
|
||||
Reference in New Issue
Block a user