cargo: enable embedded-graphics support in figments
This commit is contained in:
@@ -26,7 +26,7 @@ demo = []
|
||||
|
||||
[dependencies]
|
||||
# The basic requirements for all features
|
||||
figments = { path = "../figments/figments/", features = ["alloc"] }
|
||||
figments = { path = "../figments/figments/", features = ["alloc", "embedded-graphics"] }
|
||||
figments-render = { path = "../figments/figments-render/", features = ["smart-leds", "micromath"], default-features = false }
|
||||
esp-bootloader-esp-idf = { version = "0.2.0", features = ["esp32s3"] }
|
||||
esp-hal = { version = "=1.0.0-rc.0", features = [
|
||||
|
||||
Reference in New Issue
Block a user