2020-04-10 17:12:10 +00:00
|
|
|
[package]
|
|
|
|
name = "lvgl-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Rafael Caricio <crates.lvgl-sys@caric.io>"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/rafaelcaricio/lvgl-rs"
|
|
|
|
build = "build.rs"
|
|
|
|
links = "lvgl"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
name = "lvgl_sys"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-04-11 18:35:33 +00:00
|
|
|
cty = "0.2.1"
|
2020-04-10 17:12:10 +00:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
cc = "1.0.50"
|
2020-04-10 17:38:07 +00:00
|
|
|
bindgen = "0.53.2"
|