embedded-plots/Cargo.toml

17 lines
391 B
TOML
Raw Normal View History

2020-12-17 21:45:34 +00:00
[package]
name = "embedded-plots"
version = "0.1.0"
authors = ["Michał Chodzikiewicz <mchodzikiewicz@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-12-17 23:23:15 +00:00
embedded-graphics = "0.6.0"
2020-12-20 11:11:06 +00:00
itertools = "0.9.0"
2020-12-30 15:33:08 +00:00
heapless = "0.5.6"
2020-12-17 21:45:34 +00:00
2020-12-17 23:23:15 +00:00
[dev-dependencies]
embedded-graphics-simulator = "0.2.1"
2020-12-18 17:01:19 +00:00
test-case = "1.0.0"