lvgl-rs/lvgl-sys/Cargo.toml
2022-05-19 14:23:44 +02:00

28 lines
600 B
TOML

[package]
name = "lvgl-sys"
description = "Raw bindings to the LVGL C library."
version = "0.5.2"
authors = ["Rafael Caricio <crates.lvgl-sys@caric.io>"]
edition = "2018"
license = "MIT"
homepage = "https://github.com/rafaelcaricio/lvgl-rs"
repository = "https://github.com/rafaelcaricio/lvgl-rs"
readme = "README.md"
categories = ["external-ffi-bindings", "embedded", "gui", "no-std"]
keywords = ["littlevgl", "lvgl"]
build = "build.rs"
links = "lvgl"
[lib]
name = "lvgl_sys"
[dependencies]
cty = "0.2.1"
[build-dependencies]
cc = "1.0.68"
bindgen = "0.59.2"
[features]
use-vendored-config = []