examples: text example updated to new object system

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-12-27 16:36:53 -07:00
parent 68251d95b7
commit eda3e68b6e
3 changed files with 147 additions and 144 deletions

View file

@ -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"),
});