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,

View file

@ -11,10 +11,6 @@
"README.md",
},
.dependencies = .{
.mach_basisu = .{
.url = "https://pkg.machengine.org/mach-basisu/aaad82fa4bca86bbfbd27cc00f5513eab6450fc7.tar.gz",
.hash = "1220de4e144f29578af4f6de708549c9330692571d7f9fe5a6acc50ce3c205169ac9",
},
.mach_freetype = .{
.url = "https://pkg.machengine.org/mach-freetype/100c7f65f654dbdcab7adc290d28ff6aab7b8d0c.tar.gz",
.hash = "12201c1eb9856e133f66ae904ced3a965a53a2098104036cac91b90686cdd9ccb859",