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 default-features = false somewhere in the dependency tree.

crossterm default

Enables crossterm of ratatui

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 on crossterm.

dsl default

Enables anpa

Affects tachyonfx::dsl, shader::Shader.to_dsl

sendable
std-duration

Affects duration::Duration

web-time

Enables web-time