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 default-features = false somewhere in the dependency tree.

tracing default = tracing1

Enables tracing of vk-alloc

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.

profiling profile-with-optick? profile-with-puffin? profile-with-superluminal? profile-with-tracing? profile-with-tracy?
tracing1 tracing

Enables tracing