cargo: enable embedded-graphics support in figments

This commit is contained in:
2025-10-25 10:30:47 +02:00
parent 8783441814
commit db912e0085
2 changed files with 2 additions and 1 deletions

1
Cargo.lock generated
View File

@@ -1216,6 +1216,7 @@ dependencies = [
name = "figments"
version = "0.0.2"
dependencies = [
"embedded-graphics",
"num",
"rgb",
"ringbuf",