Cargo Features
Termal has no features set by default.
[dependencies]
termal = { version = "2.0.0", features = ["all", "term_image", "image", "raw", "events", "term_text", "readers"] }
- all
-
Enables all of termal_core
- term_image
-
Enables term_image of termal_core
- image
-
Enables image of termal_core
- raw
-
Enables raw of termal_core
- events
-
Enables events of termal_core
- term_text
-
Enables term_text of termal_core
- readers
-
Enables readers of termal_core
Termal has 7 features without comments.