Add thiserror
This commit is contained in:
parent
c91b1d8fe6
commit
420e9f098d
2 changed files with 57 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ edition = "2024"
|
|||
[dependencies]
|
||||
embedded-graphics = { version = "0.8.1", optional = true }
|
||||
embedded-hal = "1.0.0"
|
||||
thiserror = { version = "2.0.17", default-features = false }
|
||||
|
||||
[features]
|
||||
embedded-graphics = ["dep:embedded-graphics"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue