[package]
edition = "2018"
name = "librgbmatrix-sys"
version = "0.18.0"
authors = ["polyfloyd <floyd@polyfloyd.net>"]
build = "build.rs"
include = [
"Cargo.toml",
"LICENSE",
"README.md",
"build.rs",
"src/**/*.rs",
"vendor/**/*.c",
"vendor/**/*.cc",
"vendor/**/*.h",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "System crate for Hzeller's rpi-rgb-led-matrix C-library"
readme = "README.md"
keywords = [
"rpi-rgb-led-matrix",
"hub75",
"raspberry-pi",
]
license = "GPL-2.0"
repository = "https://codeberg.org/polyfloyd/librgbmatrix-sys"
[lib]
name = "librgbmatrix_sys"
path = "src/lib.rs"
[dependencies]
[build-dependencies.bindgen]
version = "0.72"
[build-dependencies.cc]
version = "1"