feat: add extra deps
This commit is contained in:
@ -8,6 +8,9 @@ rust-version = "1.76.0"
|
||||
name = "firmware"
|
||||
path = "src/bin/firmware.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "kolibri-timer"
|
||||
|
||||
[[bin]]
|
||||
name = "xpt"
|
||||
path = "src/bin/xpt.rs"
|
||||
@ -36,9 +39,12 @@ esp-backtrace = { version = "0.14.1", features = ["esp32", "println", "except
|
||||
esp-hal = { version = "0.20.1", features = ["esp32", "log", "async"] }
|
||||
esp-hal-embassy = { version = "0.3.0", features = ["esp32", "log"] }
|
||||
esp-println = { version = "0.11.0", features = ["esp32", "log"] }
|
||||
format_no_std = "1.2.0"
|
||||
heapless = { version = "0.8.0", features = ["serde"] }
|
||||
kolibri-embedded-gui = { git = "https://github.com/Yandrik/kolibri.git", version = "0.0.0-alpha.1", branch = "optimizations" }
|
||||
mipidsi = "0.8.0"
|
||||
profont = "0.7.0"
|
||||
static_cell = { version = "2.1.0", features = ["nightly"] }
|
||||
ufmt = "0.2.0"
|
||||
xpt2046 = { git = "https://github.com/Yandrik/xpt2046.git", version = "0.3.1" }
|
||||
|
||||
|
Reference in New Issue
Block a user