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
|
|
@ -20,7 +20,7 @@ pub const App = @This();
|
|||
|
||||
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
|
||||
|
||||
pub const name = .piano;
|
||||
pub const name = .app;
|
||||
pub const Mod = mach.Mod(@This());
|
||||
|
||||
pub const global_events = .{
|
||||
|
|
@ -4,7 +4,7 @@ const mach = @import("mach");
|
|||
pub const modules = .{
|
||||
mach.Core,
|
||||
mach.Audio,
|
||||
@import("Piano.zig"),
|
||||
@import("App.zig"),
|
||||
};
|
||||
|
||||
// TODO(important): use standard entrypoint instead
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue