[build-dependencies.bindgen]
version = "0.72.1"
[build-dependencies.cc]
version = "1.2"
[dependencies]
[features]
default = ["library", "raw-bindings"]
library = []
raw-bindings = []
[lib]
name = "lightvgl_sys"
path = "src/lib.rs"
[package]
authors = ["SakiiCode"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["embedded", "gui", "external-ffi-bindings", "no-std", "graphics"]
description = "Raw bindings to the LVGL C library."
edition = "2021"
exclude = ["vendor/lvgl/demos", "vendor/lvgl/tests", "vendor/lvgl/examples", "vendor/lvgl/docs", "vendor/lvgl/scripts", "vendor/lvgl/env_support"]
homepage = "https://lvgl.io"
keywords = ["lvgl"]
license = "MIT"
name = "lightvgl-sys"
readme = "README.md"
repository = "https://github.com/SakiiCode/lightvgl-sys"
version = "9.4.0"