Cargo Features
comfy-core has no features set by default.
[dependencies]
comfy-core = { version = "0.4.0", features = ["dev", "ci-release", "file_logger", "git-version", "tracy", "jemalloc", "memprof", "blobs", "wayland", "exr", "sprite-pro-counter", "memory-stats"] }
- dev
- ci-release = file_logger
- file_logger ci-release? = log4rs
- git-version
-
Enables comfy-git-version
- tracy memprof? = tracy-client
- jemalloc = jemalloc-ctl, jemallocator
- memprof = tracy
- blobs
-
Enables blobs
- wayland
-
Enables wayland of winit ^0.29.13
- exr = half
-
Enables image ^0.24.6
- sprite-pro-counter
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.
- jemalloc-ctl jemalloc?
- jemallocator jemalloc?
- tracy-client tracy?
-
Enables tracy-client ^0.16.1
- half exr?
- memory-stats not wasm32 implicit feature
-
Enables memory-stats
memory-stats:
A cross-platform memory profiler for Rust
- log4rs not wasm32 file_logger?