This commit is contained in:
2025-11-02 19:29:17 -07:00
parent 957189cd0b
commit e966763fed
12 changed files with 228 additions and 149 deletions

12
user-apps/gboy/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "gboy"
version = "0.1.0"
edition = "2024"
[build-dependencies]
bindgen = "0.71.0"
cc = "1.2.44"
[dependencies]
abi = { path = "../../abi" }
embedded-graphics = "0.8.1"