Skip to content

tachyonfx-0.3.0

Compare
Choose a tag to compare
@junkdog junkdog released this 30 Jun 18:02
· 85 commits to main since this release
8b5a4d0

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.