parent
96de992410
commit
97ebf75ce5
2 changed files with 107 additions and 0 deletions
|
|
@ -110,6 +110,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/core/basic_window.zig",
|
||||
.desc = "Creates a basic window with text",
|
||||
},
|
||||
.{
|
||||
.name = "delta_time",
|
||||
.path = "examples/core/delta_time.zig",
|
||||
.desc = "Show how to use frame time (delta time)",
|
||||
},
|
||||
.{
|
||||
.name = "core_monitor_change",
|
||||
.path = "examples/core/core_monitor_change.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue