[package]
edition = "2021"
name = "oxivgl-sys"
version = "0.1.2"
build = "build.rs"
links = "lv"
include = [
"src/**",
"shims/**",
"default-conf/**",
"bindings_docsrs.rs",
"build.rs",
"Cargo.toml",
"LICENSE-*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw LVGL v9.5 FFI bindings for oxivgl — compiled from source with bindgen"
homepage = "https://github.com/emobotics-dev/oxivgl"
documentation = "https://docs.rs/oxivgl-sys"
readme = false
keywords = [
"lvgl",
"ffi",
"embedded-gui",
"esp32",
"no-std",
]
categories = [
"external-ffi-bindings",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/emobotics-dev/oxivgl"
[package.metadata.docs.rs]
features = []
targets = ["x86_64-unknown-linux-gnu"]
no-default-features = true
[features]
default = ["use-string-functions"]
drivers = []
rust_timer = []
use-string-functions = []
[lib]
name = "oxivgl_sys"
path = "src/lib.rs"
[build-dependencies.bindgen]
version = "0.72.1"
features = ["experimental"]
[build-dependencies.cc]
version = "1"
[build-dependencies.flate2]
version = "1"
[build-dependencies.pkg-config]
version = "0.3"
[build-dependencies.sha2]
version = "0.10"
[build-dependencies.tar]
version = "0.4"
[build-dependencies.ureq]
version = "3"