tachyonfx 0.25.0

A ratatui library for creating shader-like effects in TUIs.
Documentation
1
2
3
4
use crate::Motion;

#[deprecated(since = "0.10.0", note = "Use `Motion` instead")]
pub type Direction = Motion;