all: canonicalize import paths with mach- prefix
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
26a9392188
commit
52c4eb5d74
6 changed files with 14 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const core = @import("core");
|
||||
const gpu = @import("core").gpu;
|
||||
const core = @import("mach-core");
|
||||
const gpu = @import("mach-core").gpu;
|
||||
const std = @import("std");
|
||||
const ecs = @import("ecs");
|
||||
const ecs = @import("mach-ecs");
|
||||
|
||||
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
|
||||
const allocator = gpa.allocator();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue