Cargo Features

[dependencies]
vk-mem-vulkanalia = { version = "0.1.0+vk-mem-0.4.0", default-features = false, features = ["std", "generate_bindings", "libloading", "recording", "no_std_error"] }
default = libloading, std

These default features are set whenever vk-mem-vulkanalia is added without default-features = false somewhere in the dependency tree.

std default

Enables std of vulkanalia ^0.23.0 and vulkanalia-sys ^0.23.0

generate_bindings = bindgen
libloading default

Enables libloading of vulkanalia ^0.23.0

recording
no_std_error

Enables no_std_error of vulkanalia ^0.23.0 and vulkanalia-sys ^0.23.0

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bindgen build generate_bindings?

Enables bindgen ^0.69