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"
|
name = "figments"
|
||||||
version = "0.0.2"
|
version = "0.0.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
"embedded-graphics",
|
||||||
"num",
|
"num",
|
||||||
"rgb",
|
"rgb",
|
||||||
"ringbuf",
|
"ringbuf",
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ demo = []
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
# The basic requirements for all features
|
# 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 }
|
figments-render = { path = "../figments/figments-render/", features = ["smart-leds", "micromath"], default-features = false }
|
||||||
esp-bootloader-esp-idf = { version = "0.2.0", features = ["esp32s3"] }
|
esp-bootloader-esp-idf = { version = "0.2.0", features = ["esp32s3"] }
|
||||||
esp-hal = { version = "=1.0.0-rc.0", features = [
|
esp-hal = { version = "=1.0.0-rc.0", features = [
|
||||||
|
|||||||
Reference in New Issue
Block a user