move examples into this repository

Helps hexops/mach#1165

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-03-06 11:09:11 -07:00
parent 0a8e22bb49
commit 7d1b5e4466
3 changed files with 137 additions and 13 deletions

View file

@ -1,5 +1,5 @@
const std = @import("std");
const mach = @import("../main.zig");
const mach = @import("main.zig");
const core = mach.core;
const gpu = mach.core.gpu;
const ecs = mach.ecs;