From bbc1659bae37ad6b405e0f6632661f2b92cc6e6d Mon Sep 17 00:00:00 2001 From: Alice Cecile Date: Sat, 4 Mar 2023 19:36:38 -0500 Subject: [PATCH] Add section on Taffy 0.3 release --- content/news/043/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/content/news/043/index.md b/content/news/043/index.md index d6f1d291f..be541a57b 100644 --- a/content/news/043/index.md +++ b/content/news/043/index.md @@ -297,6 +297,18 @@ generated Metal/GLSL preview. [web demo]: https://not-fl3.github.io/miniquad-samples/shadertoy_cross.html [macroquad-shadertoy]: https://github.com/not-fl3/macroquad/blob/master/examples/shadertoy.rs +### [taffy] + +[taffy], the pure Rust UI layout crate, now supports CSS grid! +Build your inventory menus with ease, +or make that sudoku game you've always dreamed of. + +This also comes with more than a few performance improvements and bug fixes; +for more details, check out our [release notes]. + +[taffy]: https://github.com/dioxuslabs/taffy +[release notes]: https://github.com/DioxusLabs/taffy/blob/main/RELEASES.md#030 + ## Popular Workgroup Issues in Github