Cargo Features
[dependencies]
libva-sys = { version = "0.1.2", default-features = false, features = ["drm", "x11", "wayland"] }
- default = drm
-
The
drm
feature is set by default wheneverlibva-sys
is added without
somewhere in the dependency tree.default-features = false - drm default
-
Affects
libva-sys::va_display_drm
… - x11
-
Affects
libva-sys::va_display_x11
… - wayland
-
Affects
libva-sys::va_display_wayland
…