Add cargo metadata and README

This commit is contained in:
Michał Chodzikiewicz 2021-03-03 00:40:27 +01:00
parent d470b916b5
commit cdf9c6b9ab
2 changed files with 12 additions and 0 deletions

View file

@ -3,6 +3,13 @@ name = "embedded-plots"
version = "0.1.0"
authors = ["Michał Chodzikiewicz <mchodzikiewicz@gmail.com>"]
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

5
README.md Normal file
View 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.