Update metadata

This commit is contained in:
Rafael Caricio 2020-06-14 11:18:33 +02:00
parent ad5a3deea4
commit 78841f1538
2 changed files with 5 additions and 1 deletions

View file

@ -2,9 +2,11 @@
name = "lvgl-codegen"
version = "0.3.0"
description = "Code generation based on LVGL source code"
authors = ["Rafael Caricio <rafael@caricio.com>"]
authors = ["Rafael Caricio <crates.lvgl@caric.io>"]
readme = "README.md"
edition = "2018"
license = "MIT"
repository = "https://github.com/rafaelcaricio/lvgl-rs"
[dependencies]
regex = "1.3.9"

2
lvgl-codegen/README.md Normal file
View file

@ -0,0 +1,2 @@
# LVGL Code Generation
This is the code generation crate for safe bindings to [`lvgl-rs`](https://github.com/rafaelcaricio/lvgl-rs). This crate is only supposed to be used to build `lvgl-rs`.