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