lvgl-rs/lvgl/Cargo.toml

13 lines
333 B
TOML
Raw Normal View History

2020-04-10 17:12:10 +00:00
[package]
name = "lvgl"
version = "0.1.0"
authors = ["Rafael Caricio <crates.lvgl@caric.io>"]
edition = "2018"
2020-04-11 18:35:33 +00:00
repository = "https://github.com/rafaelcaricio/lvgl-rs"
2020-04-10 17:12:10 +00:00
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-04-11 18:35:33 +00:00
lvgl-sys = { path = "../lvgl-sys" }