mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-26 23:35:53 +00:00
10 lines
172 B
TOML
10 lines
172 B
TOML
[package]
|
|
name = "calculator"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
userlib = { path = "../../userlib" }
|
|
embedded-graphics = "0.8.1"
|
|
embedded-layout = "0.4.2"
|