Cargo Features
[dependencies]
asche = { version = "2.0.0", default-features = false, features = ["tracing", "vk-buffer-device-address", "profile-with-puffin", "profile-with-optick", "profile-with-superluminal", "profile-with-tracing", "profile-with-tracy"] }
- default = tracing, vk-buffer-device-address
-
These default features are set whenever
asche
is added without
somewhere in the dependency tree.default-features = false - tracing default = tracing1
- vk-buffer-device-address default
-
Enables vk-buffer-device-address of vk-alloc
- profile-with-puffin
-
Enables profile-with-puffin of profiling and vk-alloc
- profile-with-optick
-
Enables profile-with-optick of profiling and vk-alloc
- profile-with-superluminal
-
Enables profile-with-superluminal of profiling and vk-alloc
- profile-with-tracing
-
Enables profile-with-tracing of profiling and vk-alloc
- profile-with-tracy
-
Enables profile-with-tracy of profiling and vk-alloc
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.