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

buildtime_bindgen build

Enables bindgen ^0.70 and pkg-config

Affects drm_mode::set_client_caps, drm_mode::set_all_client_caps

dynamic_loading

Enables libloading