drm-sys 0.8.0

Bindings to the Direct Rendering Manager API
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.69.1"

[build-dependencies.pkg-config]
optional = true
version = "0.3.19"

[features]
default = []
update_bindings = ["use_bindgen"]
use_bindgen = ["bindgen", "pkg-config"]

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

[package]
authors = ["Tyler Slabinski <tslabinski@slabity.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Bindings to the Direct Rendering Manager API"
edition = "2021"
license = "MIT"
name = "drm-sys"
readme = "README.md"
repository = "https://github.com/Smithay/drm-rs"
rust-version = "1.66"
version = "0.8.0"

[target.'cfg(any(target_os = "android", target_os = "linux"))'.dependencies.linux-raw-sys]
default-features = false
features = ["general", "no_std"]
version = "0.6"

[target.'cfg(not(any(target_os = "android", target_os = "linux")))'.dependencies.libc]
version = "0.2"