Cargo Features

[dependencies]
comfy = { version = "0.4.0", default-features = false, features = ["dev", "blobs", "memory-stats", "color-backtrace", "exit-after-startup", "git-version", "embedded-assets", "quick-exit", "ci-release", "tracy", "jemalloc", "wayland", "use-wgpu", "ldtk", "exr"] }
default = color-backtrace, quick-exit, use-wgpu

These default features are set whenever comfy is added without default-features = false somewhere in the dependency tree.

dev

Enables dev of comfy-core

blobs
memory-stats

Enables memory-stats of comfy-core

color-backtrace default
exit-after-startup
git-version

Enables git-version of comfy-core

demo embedded-assets
quick-exit default
ci-release = wayland

Enables ci-release of comfy-core, comfy-ldtk, and comfy-wgpu

tracy

Enables tracy of comfy-core and comfy-wgpu

jemalloc

Enables jemalloc of comfy-core

wayland ci-release?

Enables wayland of comfy-core

use-wgpu default = comfy-wgpu
ldtk

Enables comfy-ldtk

exr

Enables exr of comfy-core

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.

comfy-wgpu ci-release? tracy? use-wgpu