Add thiserror

This commit is contained in:
Zac Wilson 2025-12-21 13:30:05 +00:00
parent c91b1d8fe6
commit 420e9f098d
2 changed files with 57 additions and 0 deletions

View file

@ -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"]