examples: text example updated to new object system
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
68251d95b7
commit
eda3e68b6e
3 changed files with 147 additions and 144 deletions
|
|
@ -4,7 +4,7 @@ const mach = @import("mach");
|
|||
// The set of Mach modules our application may use.
|
||||
const Modules = mach.Modules(.{
|
||||
mach.Core,
|
||||
mach.gfx.text_modules,
|
||||
mach.gfx.Text,
|
||||
@import("App.zig"),
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue