refactor(app): reformat cargo.toml
This commit is contained in:
parent
cb6b214e4d
commit
d91b903817
@ -35,8 +35,13 @@ embedded-graphics = "0.8.1"
|
|||||||
embedded-graphics-profiler-display = { version = "0.1.0", path = "../embedded-graphics-profiler-display" }
|
embedded-graphics-profiler-display = { version = "0.1.0", path = "../embedded-graphics-profiler-display" }
|
||||||
embedded-hal = "1.0.0"
|
embedded-hal = "1.0.0"
|
||||||
embedded-sdmmc = "0.8.0"
|
embedded-sdmmc = "0.8.0"
|
||||||
esp-backtrace = { version = "0.14.1", features = ["esp32", "println", "exception-handler", "panic-handler"] }
|
esp-backtrace = { version = "0.14.1", features = [
|
||||||
esp-hal = { version = "0.20.1", features = ["esp32", "log", "async"] }
|
"esp32",
|
||||||
|
"exception-handler",
|
||||||
|
"panic-handler",
|
||||||
|
"println",
|
||||||
|
] }
|
||||||
|
esp-hal = { version = "0.20.1", features = ["async", "esp32", "log"] }
|
||||||
esp-hal-embassy = { version = "0.3.0", features = ["esp32", "log"] }
|
esp-hal-embassy = { version = "0.3.0", features = ["esp32", "log"] }
|
||||||
esp-println = { version = "0.11.0", features = ["esp32", "log"] }
|
esp-println = { version = "0.11.0", features = ["esp32", "log"] }
|
||||||
format_no_std = "1.2.0"
|
format_no_std = "1.2.0"
|
||||||
@ -47,4 +52,3 @@ profont = "0.7.0"
|
|||||||
static_cell = { version = "2.1.0", features = ["nightly"] }
|
static_cell = { version = "2.1.0", features = ["nightly"] }
|
||||||
ufmt = "0.2.0"
|
ufmt = "0.2.0"
|
||||||
xpt2046 = { git = "https://github.com/Yandrik/xpt2046.git", version = "0.3.1" }
|
xpt2046 = { git = "https://github.com/Yandrik/xpt2046.git", version = "0.3.1" }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user