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. These features may have been created by mistake, and this functionality may be removed in the future.
- termion with_termion?
-
Enables termion ^1.5.6
- pprof arm64 arm with_profiling?
-
Enables pprof ^0.6.2
- criterion arm64 arm with_profiling?
-
Enables criterion ^0.3