Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcaricio committed Jun 14, 2020
1 parent ad5a3de commit 78841f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lvgl-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 2 additions & 0 deletions lvgl-codegen/README.md
Original file line number Diff line number Diff line change
@@ -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`.

0 comments on commit 78841f1

Please sign in to comment.