cargo: clean up some deps
This commit is contained in:
parent
d23321d2ec
commit
28c9d61926
@ -28,9 +28,6 @@ rmt = ["dep:ws2812-esp32-rmt-driver"]
|
|||||||
pio = ["esp-idf-svc/pio"]
|
pio = ["esp-idf-svc/pio"]
|
||||||
std = ["alloc", "esp-idf-svc/binstart", "esp-idf-svc/std"]
|
std = ["alloc", "esp-idf-svc/binstart", "esp-idf-svc/std"]
|
||||||
alloc = ["esp-idf-svc/alloc"]
|
alloc = ["esp-idf-svc/alloc"]
|
||||||
nightly = ["esp-idf-svc/nightly"]
|
|
||||||
experimental = ["esp-idf-svc/experimental"]
|
|
||||||
embassy = ["esp-idf-svc/embassy-sync", "esp-idf-svc/critical-section", "esp-idf-svc/embassy-time-driver"]
|
|
||||||
|
|
||||||
threads = []
|
threads = []
|
||||||
|
|
||||||
@ -39,8 +36,6 @@ log = { version = "0.4", default-features = false }
|
|||||||
esp-idf-svc = { version = "0.49", default-features = false }
|
esp-idf-svc = { version = "0.49", default-features = false }
|
||||||
hsv = "0.1.1"
|
hsv = "0.1.1"
|
||||||
palette = { version = "0.7.6" }
|
palette = { version = "0.7.6" }
|
||||||
embedded-canvas = "0.3.1"
|
|
||||||
embassy-executor = "0.6.0"
|
|
||||||
running-average = "0.1.0"
|
running-average = "0.1.0"
|
||||||
rgb = "0.8.50"
|
rgb = "0.8.50"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user