example: add easings_rectange_array
This commit is contained in:
parent
be3790195a
commit
346e87c8aa
2 changed files with 96 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue