Cargo Features

[dependencies]
ash-layer = { version = "0.0.1", default-features = false, features = ["debug"] }
default = debug

The debug feature is set by default whenever ash-layer is added without default-features = false somewhere in the dependency tree.

debug default

Enables debug of ash ^0.37.1

ash:

Whether Vulkan structs should implement Debug.

ash-layer has 2 features without comments.