[dependencies.drm-sys]
version = "0.8.0"
[dependencies.rustix]
version = "0.38.22"
[features]
use_bindgen = ["drm-sys/use_bindgen"]
[lib]
name = "drm_ffi"
path = "src/lib.rs"
[package]
authors = ["Tyler Slabinski <tslabinski@slabity.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Safe, low-level bindings to the Direct Rendering Manager API"
edition = "2021"
license = "MIT"
name = "drm-ffi"
readme = false
repository = "https://github.com/Smithay/drm-rs"
rust-version = "1.66"
version = "0.9.0"