mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
13 lines
184 B
TOML
13 lines
184 B
TOML
[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"
|