librgbmatrix-sys 0.18.0

System crate for Hzeller's rpi-rgb-led-matrix 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 = "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"