Skip to content

Commit 8a3c6cf

Browse files
committed
Allow enabling the use_bindgen feature from the drm crate
1 parent ab9ac6d commit 8a3c6cf

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ bitflags = "*"
1414
[dev-dependencies]
1515
image = { version = "*", default-features = false, features = ["png"] }
1616
rustyline = "*"
17+
18+
[features]
19+
use_bindgen = ["drm-ffi/use_bindgen"]

drm-ffi/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ authors = ["Tyler Slabinski <[email protected]>"]
1010
drm-sys = { path = "drm-sys" }
1111
nix = "*"
1212
bitflags = "*"
13+
14+
[features]
15+
use_bindgen = ["drm-sys/use_bindgen"]

0 commit comments

Comments
 (0)