cargo: enable embedded-graphics support in figments
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -1216,6 +1216,7 @@ dependencies = [
|
||||
name = "figments"
|
||||
version = "0.0.2"
|
||||
dependencies = [
|
||||
"embedded-graphics",
|
||||
"num",
|
||||
"rgb",
|
||||
"ringbuf",
|
||||
|
||||
@@ -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