Fix some build issues
All checks were successful
Build project / Build (push) Successful in 4m7s

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2026-03-28 15:43:04 +02:00
parent 54538dcd2a
commit 728fc08c70
5 changed files with 33 additions and 140 deletions

View File

@@ -5,6 +5,6 @@ edition = "2024"
[dependencies]
anyhow = "1.0.102"
notan = "0.14.0"
notan = { version = "0.14.0", default-features = false, features = ["backend", "draw", "shaderc"] }
midly = "0.5.3"
serialport = "4.9.0"