examples: rename main modules -> App
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e0640cc948
commit
fb37f74d41
12 changed files with 14 additions and 16 deletions
|
|
@ -2,7 +2,7 @@ const std = @import("std");
|
|||
const mach = @import("mach");
|
||||
const gpu = mach.gpu;
|
||||
|
||||
pub const name = .game;
|
||||
pub const name = .app;
|
||||
pub const Mod = mach.Mod(@This());
|
||||
|
||||
pub const global_events = .{
|
||||
|
|
@ -3,7 +3,7 @@ const mach = @import("mach");
|
|||
// The global list of Mach modules registered for use in our application.
|
||||
pub const modules = .{
|
||||
mach.Core,
|
||||
@import("Game.zig"),
|
||||
@import("App.zig"),
|
||||
};
|
||||
|
||||
pub fn main() !void {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue