Cargo Features
[dependencies]
jay-ash = { version = "0.5.0+1.4.349", default-features = false, features = ["linked", "loaded", "debug", "std"] }
- default = debug, loaded, std
-
These default features are set whenever
jay-ashis added withoutsomewhere 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.