lightvgl-sys 9.5.3

Raw bindings to the LVGL C library.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "lightvgl-sys"
version = "9.5.3"
build = "build.rs"
exclude = [
    "vendor/lvgl/.devcontainer",
    "vendor/lvgl/.github",
    "vendor/lvgl/configs",
    "vendor/lvgl/docs",
    "vendor/lvgl/env_support",
    "vendor/lvgl/examples",
    "vendor/lvgl/scripts",
    "vendor/lvgl/tests",
    "vendor/lvgl/zephyr",
    "vendor/lvgl/demos/music",
    "vendor/lvgl/demos/stress",
    "vendor/lvgl/demos/benchmark",
    "vendor/lvgl/demos/widgets/screenshot1.gif",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw bindings to the LVGL C library."
homepage = "https://lvgl.io"
readme = "README.md"
keywords = ["lvgl"]
categories = [
    "embedded",
    "external-ffi-bindings",
    "graphics",
    "gui",
    "no-std",
]
license = "MIT"
repository = "https://github.com/SakiiCode/lightvgl-sys"

[package.metadata.docs.rs]
features = ["use-vendored-config"]

[features]
default = [
    "library",
    "raw-bindings",
]
demos = []
library = []
raw-bindings = []
use-vendored-config = []

[lib]
name = "lightvgl_sys"
path = "src/lib.rs"

[dependencies]

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.cc]
version = "1.2"

[build-dependencies.string-literals]
version = "1.0.1"