cargo: add defmt and fixed_point to embedded-graphics features
This commit is contained in:
parent
5686dca311
commit
9b206f2cad
@ -31,7 +31,7 @@ embassy = ["esp-idf-svc/embassy-sync", "esp-idf-svc/critical-section", "esp-idf-
|
||||
log = { version = "0.4", default-features = false }
|
||||
esp-idf-svc = { version = "0.49", default-features = false }
|
||||
ws2812-esp32-rmt-driver = { version = "*", features = ["embedded-graphics-core"]}
|
||||
embedded-graphics = "0.8.1"
|
||||
embedded-graphics = { version = "0.8.1", features = ["fixed_point", "defmt"] }
|
||||
hsv = "0.1.1"
|
||||
palette = { version = "0.7.6" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user