examples: rename main modules -> App

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-04-28 11:14:42 -07:00 committed by Stephen Gutekanst
parent e0640cc948
commit fb37f74d41
12 changed files with 14 additions and 16 deletions

View file

@ -6,7 +6,7 @@ pub const modules = .{
mach.gfx.Text,
mach.gfx.TextPipeline,
mach.gfx.TextStyle,
@import("Game.zig"),
@import("App.zig"),
};
// TODO(important): use standard entrypoint instead