drm-ffi 0.8.0

Safe, low-level bindings to the Direct Rendering Manager API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "drm-ffi"
description = "Safe, low-level bindings to the Direct Rendering Manager API"
repository = "https://github.com/Smithay/drm-rs"
version = "0.8.0"
license = "MIT"
authors = ["Tyler Slabinski <tslabinski@slabity.net>"]
rust-version = "1.65"
edition = "2021"

[dependencies]
drm-sys = { path = "drm-sys", version = "0.7.0" }
rustix = { version = "0.38.22" }

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