Cargo Features

[dependencies]
rafx-resources = { version = "0.0.2", default-features = false, features = ["rafx-vulkan", "rafx-metal", "static-vulkan", "profile-with-puffin", "profile-with-optick", "profile-with-superluminal", "profile-with-tracing"] }
default = rafx-vulkan

The rafx-vulkan feature is set by default whenever rafx-resources is added without default-features = false somewhere in the dependency tree.

rafx-vulkan default
rafx-metal
static-vulkan

Enables static-vulkan of rafx-api ^0.0.2

profile-with-puffin

Enables profile-with-puffin of profiling ^0.1.4

profile-with-optick

Enables profile-with-optick of profiling ^0.1.4

profile-with-superluminal

Enables profile-with-superluminal of profiling ^0.1.4

profile-with-tracing

Enables profile-with-tracing of profiling ^0.1.4

rafx-resources has 8 features without comments.