mach-ecs moves back into the main repository
Helps hexops/mach#1165 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5f70579360
commit
221364415e
6 changed files with 4 additions and 15 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const core = @import("mach-core");
|
||||
const gpu = @import("mach-core").gpu;
|
||||
const std = @import("std");
|
||||
const ecs = @import("mach-ecs");
|
||||
const ecs = @import("../main.zig").ecs;
|
||||
|
||||
var gpa = std.heap.GeneralPurposeAllocator(.{}){};
|
||||
const allocator = gpa.allocator();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue