Cargo Features
[dependencies]
ash = { version = "0.38.0+1.3.281", default-features = false, features = ["linked", "loaded", "debug", "std"] }
- default = debug, loaded, std
-
These default features are set whenever
ash
is added without
somewhere in the dependency tree.default-features = false - linked
-
Link the Vulkan loader at compile time.
- loaded default = libloading, std
-
Support searching for the Vulkan loader manually at runtime.
- debug default
-
Whether Vulkan structs should implement Debug.
- std default loaded
-
Whether the standard library should be required
Affects
util::read_spv
…
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.