mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 07:45:28 +00:00
11 lines
182 B
TOML
11 lines
182 B
TOML
[package]
|
|
name = "shared"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
arrform = "0.1.1"
|
|
embedded-graphics = "0.8.1"
|
|
embedded-graphics-core = "0.4.0"
|
|
embedded-layout = "0.4.2"
|