This commit is contained in:
2025-11-04 13:43:48 -07:00
parent dd26e3528b
commit 375b5d1d47
12 changed files with 318 additions and 69 deletions

10
selection_ui/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "selection_ui"
version = "0.1.0"
edition = "2024"
[dependencies]
abi = { path = "../abi" }
embedded-graphics = "0.8.1"
embedded-layout = "0.4.2"
embedded-text = "0.7.3"