Cargo Features
rusty_chess_clock has no features set by default.
[dependencies]
rusty_chess_clock = { version = "1.0.1", features = ["cli", "gui"] }
- cli = termion
-
Required by chess_clock_cli and clock_cli binaries
- gui = iced
-
Required by the chess_clock binary
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.
- iced gui?
-
Enables iced ^0.12.1
- termion cli?