use strum for abicalltable

This commit is contained in:
2025-09-26 11:15:42 -06:00
parent d00e644100
commit 07b4905a06
6 changed files with 47 additions and 22 deletions

View File

@@ -5,4 +5,5 @@ edition = "2024"
[dependencies]
embedded-graphics = "0.8.1"
strum = { version = "0.27.2", default-features = false, features = ["derive"] }
shared = { path = "../shared" }