drm 0.4.0

Safe, low-level bindings to the Direct Rendering Manager API
Documentation
[package]
name = "drm"
description = "Safe, low-level bindings to the Direct Rendering Manager API"
repository = "https://github.com/Smithay/drm-rs"
version = "0.4.0"
license = "MIT"
authors = ["Tyler Slabinski <tslabinski@slabity.net>", "Victor Brekenfeld <crates-io@drakulix.de>"]
exclude = [".gitignore", ".github"]

[dependencies]
drm-ffi = { path = "drm-ffi", version = "0.1.0" }
drm-fourcc = "^2.0.0"
nix = "^0.20.0"

[dev-dependencies]
image = { version = "^0.23.14", default-features = false, features = ["png"] }
rustyline = "^8.0.0"

[features]
use_bindgen = ["drm-ffi/use_bindgen"]

[workspace]
members = [
    "drm-ffi",
    "drm-ffi/drm-sys",
]