example: add easings_box_anim
This commit is contained in:
parent
52767eb8ae
commit
be3790195a
2 changed files with 132 additions and 0 deletions
|
|
@ -239,6 +239,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/shapes/easings_ball_anim.zig",
|
||||
.desc = "Renders a ball that demonstrates various easing functions",
|
||||
},
|
||||
.{
|
||||
.name = "easings_box_anim",
|
||||
.path = "examples/shapes/easings_box_anim.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