selection ui for user apps

works
This commit is contained in:
2025-11-04 13:43:48 -07:00
parent dd26e3528b
commit ee0d2880bb
12 changed files with 320 additions and 70 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"