mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 15:55:25 +00:00
10 lines
178 B
TOML
10 lines
178 B
TOML
[package]
|
|
name = "simulator"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
embedded-graphics = "0.8.1"
|
|
embedded-graphics-simulator = "0.7.0"
|
|
shared = { path = "../shared" }
|