build: remove currently-unused basisu dependency

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-04-20 06:43:36 -07:00 committed by Stephen Gutekanst
parent e8b95d5076
commit 51f5721f8b
2 changed files with 0 additions and 8 deletions

View file

@ -82,10 +82,6 @@ pub fn build(b: *std.Build) !void {
if (target.result.os.tag == .linux) module.link_libc = true;
if (target.result.cpu.arch != .wasm32) {
if (b.lazyDependency("mach_basisu", .{
.target = target,
.optimize = optimize,
})) |dep| module.addImport("mach-basisu", dep.module("mach-basisu"));
if (b.lazyDependency("mach_freetype", .{
.target = target,
.optimize = optimize,