Cargo Features
[dependencies]
libdrm_amdgpu_sys = { version = "0.8.1", default-features = false, features = ["buildtime_bindgen", "link_drm", "dynamic_loading"] }
- default = link_drm
-
The
link_drm
feature is set by default wheneverlibdrm_amdgpu_sys
is added without
somewhere in the dependency tree.default-features = false - buildtime_bindgen build
-
Enables bindgen ^0.70 and pkg-config
- link_drm default
-
Affects
drm_mode::set_client_caps
,drm_mode::set_all_client_caps
… - dynamic_loading
-
Enables libloading