mirror of
https://gitlab.com/feliix42/embedded-plots.git
synced 2024-11-22 01:46:30 +00:00
Add cargo metadata and README
This commit is contained in:
parent
d470b916b5
commit
cdf9c6b9ab
2 changed files with 12 additions and 0 deletions
|
@ -3,6 +3,13 @@ name = "embedded-plots"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
authors = ["Michał Chodzikiewicz <mchodzikiewicz@gmail.com>"]
|
authors = ["Michał Chodzikiewicz <mchodzikiewicz@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
license-file = "LICENSE"
|
||||||
|
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"]
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
|
5
README.md
Normal file
5
README.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
# Embedded Plots
|
||||||
|
Heapless plotting library for small embedded targets, based on [embedded-graphics](https://crates.io/crates/embedded-graphics)
|
||||||
|
crate.
|
||||||
|
|
||||||
|
This is very beginning of the development, however it is functional to the point where single plot can be drawn.
|
Loading…
Reference in a new issue