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
17
18
[dependencies.drm-sys]
version = "0.7.0"

[dependencies.rustix]
version = "0.38.22"

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

[package]
authors = ["Tyler Slabinski <tslabinski@slabity.net>"]
description = "Safe, low-level bindings to the Direct Rendering Manager API"
edition = "2021"
license = "MIT"
name = "drm-ffi"
repository = "https://github.com/Smithay/drm-rs"
rust-version = "1.65"
version = "0.8.0"