Cargo Features

[dependencies]
vkfetch-rs = { version = "0.1.0", default-features = false, features = ["linked", "loaded"] }
default = linked

The linked feature is set by default whenever vkfetch-rs is added without default-features = false somewhere in the dependency tree.

linked default

Enables linked of ash

ash:

Link the Vulkan loader at compile time.

loaded

Enables loaded of ash

ash:

Support searching for the Vulkan loader manually at runtime.

vkfetch-rs has 3 features without comments.