nihpod/demo/Cargo.toml

14 lines
318 B
TOML

[package]
name = "demo"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ibugger_rt = { path = "../ibugger_rt" }
s5l87xx = { path = "../s5l87xx" }
nano5g = { path = "../nano5g" }
heapless = "0"
embedded-graphics = "0"