Port of basic_window_web from raylib (#210)
Port basic_window_web from raylib
This commit is contained in:
parent
279bcc0a13
commit
1a9b848c06
2 changed files with 59 additions and 0 deletions
|
|
@ -107,6 +107,11 @@ pub fn build(b: *std.Build) !void {
|
|||
.path = "examples/core/basic_window.zig",
|
||||
.desc = "Creates a basic window with text",
|
||||
},
|
||||
.{
|
||||
.name = "basic_window_web",
|
||||
.path = "examples/core/basic_window_web.zig",
|
||||
.desc = "Creates a basic window with text (web)",
|
||||
},
|
||||
.{
|
||||
.name = "input_keys",
|
||||
.path = "examples/core/input_keys.zig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue