Cargo Features
[dependencies]
tachyonfx = { version = "0.12.0", default-features = false, features = ["crossterm", "dsl", "sendable", "std-duration", "web-time"] }
- default = crossterm, dsl
-
These default features are set whenever
tachyonfx
is added without
somewhere in the dependency tree.default-features = false - crossterm default
-
ratatui:
Generally an application will only use one backend, so you should only enable one of the following features: enables the
CrosstermBackend
backend and adds a dependency oncrossterm
. - dsl default
-
Enables anpa
Affects
tachyonfx::dsl
,shader::Shader.to_dsl
… - sendable
- std-duration
-
Affects
duration::Duration
… - web-time
-
Enables web-time