drm-sys 0.7.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"]

[package]
authors = ["Tyler Slabinski <tslabinski@slabity.net>"]
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.65"
version = "0.7.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"