mach: gfx2d: fix imports
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
8d2d31f6cb
commit
a2d222072e
1 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
const gpu = @import("mach").gpu;
|
const core_mod = @import("core");
|
||||||
const ecs = @import("mach").ecs;
|
const gpu = core_mod.gpu;
|
||||||
|
const ecs = @import("ecs");
|
||||||
|
|
||||||
const math = @import("../math.zig");
|
const math = @import("../math.zig");
|
||||||
const mat = math.mat;
|
const mat = math.mat;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue