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 gpu = @import("mach").gpu;
|
||||
const ecs = @import("mach").ecs;
|
||||
const core_mod = @import("core");
|
||||
const gpu = core_mod.gpu;
|
||||
const ecs = @import("ecs");
|
||||
|
||||
const math = @import("../math.zig");
|
||||
const mat = math.mat;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue