2020-04-10 17:12:10 +00:00
|
|
|
[package]
|
|
|
|
name = "lvgl-sys"
|
2020-04-12 10:19:28 +00:00
|
|
|
description = "Raw bindings to the LittlevGL C library."
|
2020-06-14 17:41:10 +00:00
|
|
|
version = "0.3.3"
|
2020-04-10 17:12:10 +00:00
|
|
|
authors = ["Rafael Caricio <crates.lvgl-sys@caric.io>"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "MIT"
|
2020-04-12 10:40:42 +00:00
|
|
|
homepage = "https://github.com/rafaelcaricio/lvgl-rs"
|
2020-04-10 17:12:10 +00:00
|
|
|
repository = "https://github.com/rafaelcaricio/lvgl-rs"
|
2020-04-12 10:19:28 +00:00
|
|
|
readme = "README.md"
|
|
|
|
categories = ["external-ffi-bindings", "embedded", "gui", "no-std"]
|
|
|
|
keywords = ["littlevgl", "lvgl"]
|
2020-04-10 17:12:10 +00:00
|
|
|
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-06-12 10:41:20 +00:00
|
|
|
bindgen = "0.54.0"
|