build: fix mach_earcut usage
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3bba653e32
commit
e8d5d91489
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ const core = @import("mach_core");
|
|||
|
||||
pub var mach_glfw_import_path: []const u8 = "mach_core.mach_gpu.mach_gpu_dawn.mach_glfw";
|
||||
pub var mach_ecs_import_path: []const u8 = "mach_ecs";
|
||||
pub var mach_earcut_import_path: []const u8 = "mach_ecs";
|
||||
pub var mach_earcut_import_path: []const u8 = "mach_earcut";
|
||||
pub var mach_basisu_import_path: []const u8 = "mach_basisu";
|
||||
pub var harfbuzz_import_path: []const u8 = "mach_freetype.harfbuzz";
|
||||
pub var mach_freetype_import_path: []const u8 = "mach_freetype";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue