Files
co2-meter-iface/Cargo.toml
2025-11-28 13:42:17 +01:00

16 lines
310 B
TOML

[package]
name = "co2-meter-iface"
version = "0.1.0"
edition = "2024"
[dependencies]
#buoyant = "0.6.0-alpha.0"
buoyant = "0.5.3"
#buoyant = {path = "buoyant" }
embedded-graphics = "0.8.1"
embedded-graphics-simulator = "0.8.0"
embedded-sprites = "0.2.0"
heapless = "0.9.2"
profont = "0.7.0"
tinybmp = "0.6.0"