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 whenever libdrm_amdgpu_sys is added without default-features = false somewhere in the dependency tree.

buildtime_bindgen build

Enables bindgen and pkg-config

Affects drm_mode::set_client_caps, drm_mode::set_all_client_caps

dynamic_loading

Enables libloading

convert_amdgpu_ids