Cargo Features
cheval has no features set by default.
[dependencies]
cheval = { version = "0.2.0-alpha", features = ["with_termion", "with_profiling", "minifb", "framebuffer"] }
- with_termion = termion
- with_profiling = criterion, pprof
- minifb
-
Enables minifb ^0.22.0
- framebuffer
-
Enables framebuffer ^0.2.0
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features.
- termion with_termion?
-
Enables termion ^1.5.6
- pprof cfg(target_arch = "aarch64") cfg(target_arch = "arm") with_profiling?
-
Enables flamegraph, criterion and default (cpp) of pprof ^0.6.2
- criterion cfg(target_arch = "aarch64") cfg(target_arch = "arm") with_profiling?
-
Enables default (cargo_bench_support) of criterion ^0.3