This commit is contained in:
2025-10-29 17:49:14 -06:00
parent 05198c716d
commit 970d021a9a
13 changed files with 318 additions and 0 deletions

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

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