Update metadata
This commit is contained in:
parent
ad5a3deea4
commit
78841f1538
2 changed files with 5 additions and 1 deletions
|
@ -2,9 +2,11 @@
|
||||||
name = "lvgl-codegen"
|
name = "lvgl-codegen"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
description = "Code generation based on LVGL source code"
|
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"
|
edition = "2018"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
repository = "https://github.com/rafaelcaricio/lvgl-rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
regex = "1.3.9"
|
regex = "1.3.9"
|
||||||
|
|
2
lvgl-codegen/README.md
Normal file
2
lvgl-codegen/README.md
Normal 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`.
|
Loading…
Reference in a new issue