Port of basic_window_web from raylib (#210)

Port basic_window_web from raylib
This commit is contained in:
kukuen 2025-03-06 15:19:10 +01:00 committed by GitHub
parent 279bcc0a13
commit 1a9b848c06
Failed to generate hash of commit
2 changed files with 59 additions and 0 deletions

View file

@ -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",