Added support for embedded-graphics

This commit is contained in:
Zac Wilson 2025-12-18 11:51:30 +00:00
parent fdec84b0a7
commit 78b6442fe3
4 changed files with 111 additions and 0 deletions

View file

@ -4,4 +4,8 @@ version = "0.1.0"
edition = "2024"
[dependencies]
embedded-graphics = { version = "0.8.1", optional = true }
embedded-hal = "1.0.0"
[features]
embedded-graphics = ["dep:embedded-graphics"]