drm-sys 0.0.8

Bindings to the Direct Rendering Manager API
Documentation
[package]
name = "drm-sys"
description = "Bindings to the Direct Rendering Manager API"
version = "0.0.8"
authors = ["Tyler Slabinski <tslabinski@slabity.net>"]
license = "MIT"
build = "build.rs"

[dependencies]
libc = "0.2.23"

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

[build-dependencies]
bindgen = { version = "0.26.3", optional = true }
pkg-config = { version = "0.3.9", optional = true }