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