Skip to content

Releases: junkdog/tachyonfx

tachyonfx-0.3.0

30 Jun 18:02
8b5a4d0
Compare
Choose a tag to compare

tachyonfx 0.3.0 - 2024-06-30

Changed

  • fx::effect_fn(): updated the function signature to include an initial state parameter and ShaderFnContext
    context parameter. The custom effect closure now takes three parameters: mutable state, ShaderFnContext, and a
    cell iterator.
  • ratatui updated to 0.27.0. This is also the minimum version required for tachyonfx.