mirror of
https://gitlab.com/feliix42/embedded-plots.git
synced 2024-11-22 09:56:31 +00:00
df0b244604
Co-authored-by: Rico1502 <rico.ahlbaeumer@tu-dortmund.de>
23 lines
805 B
TOML
23 lines
805 B
TOML
[package]
|
|
name = "embedded-plots"
|
|
version = "0.2.0"
|
|
authors = ["Michał Chodzikiewicz <mchodzikiewicz@gmail.com>"]
|
|
edition = "2018"
|
|
license = "LGPL-2.1-only"
|
|
description = "Heapless plotting library for embedded targets based on embedded-graphics crate"
|
|
homepage = "https://gitlab.com/mchodzikiewicz/embedded-plots"
|
|
repository = "https://gitlab.com/mchodzikiewicz/embedded-plots"
|
|
readme = "README.md"
|
|
keywords = ["embedded", "plot", "graphics"]
|
|
categories = ["embedded","visualization","no-std","graphics"]
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
embedded-graphics = "0.7.1"
|
|
itertools = {version = "0.9.0", default-features = false }
|
|
heapless = "0.7.3"
|
|
|
|
[dev-dependencies]
|
|
embedded-graphics-simulator = "0.3.0"
|
|
test-case = "1.0.0"
|