added 2d camera mouse zoom example (#129)
* added 2d camera mouse zoom example * correctly formatted build.zig * removed "gl" const
This commit is contained in:
parent
6cc4aec3c4
commit
6d52ac4e13
2 changed files with 124 additions and 0 deletions
|
|
@ -220,7 +220,13 @@ pub fn build(b: *std.Build) !void {
|
|||
.name = "3d_camera_first_person",
|
||||
.path = "examples/core/3d_camera_first_person.zig",
|
||||
.desc = "Simple first person demo",
|
||||
},
|
||||
.{
|
||||
.name = "2d_camera_mouse_zoom",
|
||||
.path = "examples/core/2d_camera_mouse_zoom.zig",
|
||||
.desc = "Shows mouse zoom demo",
|
||||
},
|
||||
|
||||
.{
|
||||
.name = "window_flags",
|
||||
.path = "examples/core/window_flags.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue