Cargo Features
tuig has no features set by default.
[dependencies]
tuig = { version = "0.0.5", features = ["std", "io_nop", "io_cli_crossterm", "io_gui_softbuffer", "run_single", "run_rayon", "test_extras"] }
- __io io_cli_crossterm? io_gui_softbuffer? io_nop?
-
See tuig::docs::features for crucial information.
Affects
tuig::run
… - std io_cli_crossterm? io_gui_softbuffer? run_rayon?
-
Enables std of tuig-iosys
- io_nop = __io
-
Enables nop of tuig-iosys
Required by the mass-messages binary
- io_cli_crossterm = __io, std
-
Enables cli_crossterm of tuig-iosys
- io_gui_softbuffer = __io, std
-
Enables gui_softbuffer of tuig-iosys
- run_orig run_single
- run_rayon = crossbeam, rayon, std
- test_extras
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.