[go: up one dir, main page]

drm-sys 0.3.0

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

[build-dependencies.pkg-config]
optional = true
version = "0.3.19"
[dependencies.libc]
default-features = false
version = "^0.2.29"

[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"
license = "MIT"
name = "drm-sys"
readme = "README.md"
rust-version = "1.63"
version = "0.3.0"