lvgl-rs/lvgl-sys/Cargo.toml

28 lines
600 B
TOML
Raw Normal View History

2020-04-10 17:12:10 +00:00
[package]
name = "lvgl-sys"
2021-05-25 23:03:07 +00:00
description = "Raw bindings to the LVGL C library."
2021-03-06 23:34:19 +00:00
version = "0.5.2"
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.68"
2022-05-17 01:54:24 +00:00
bindgen = "0.59.2"
2022-05-18 01:35:05 +00:00
[features]
use-vendored-config = []