Cargo Features
[dependencies]
libdrm_amdgpu_sys = { version = "0.8.4", default-features = false, features = ["buildtime_bindgen", "link_drm", "dynamic_loading", "convert_amdgpu_ids"] }
- 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 and pkg-config
- link_drm default
-
Affects
drm_mode::set_client_caps
,drm_mode::set_all_client_caps
… - dynamic_loading
-
Enables libloading
- convert_amdgpu_ids