Added support for embedded-graphics
This commit is contained in:
parent
fdec84b0a7
commit
78b6442fe3
4 changed files with 111 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue