example: add easings_rectange_array

This commit is contained in:
Timothy Fiss 2025-07-23 17:44:13 -06:00 committed by Nikolas
parent be3790195a
commit 346e87c8aa
2 changed files with 96 additions and 0 deletions

View file

@ -244,6 +244,11 @@ pub fn build(b: *std.Build) !void {
.path = "examples/shapes/easings_box_anim.zig",
.desc = "Renders a box that demonstrates various easing functions",
},
.{
.name = "easings_rectangle_array",
.path = "examples/shapes/easings_rectangle_array.zig",
.desc = "Renders a box that demonstrates various easing functions",
},
.{
.name = "following_eyes",
.path = "examples/shapes/following_eyes.zig",