build: remove currently-unused basisu dependency
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e8b95d5076
commit
51f5721f8b
2 changed files with 0 additions and 8 deletions
|
|
@ -82,10 +82,6 @@ pub fn build(b: *std.Build) !void {
|
||||||
if (target.result.os.tag == .linux) module.link_libc = true;
|
if (target.result.os.tag == .linux) module.link_libc = true;
|
||||||
|
|
||||||
if (target.result.cpu.arch != .wasm32) {
|
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", .{
|
if (b.lazyDependency("mach_freetype", .{
|
||||||
.target = target,
|
.target = target,
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
|
|
|
||||||
|
|
@ -11,10 +11,6 @@
|
||||||
"README.md",
|
"README.md",
|
||||||
},
|
},
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
.mach_basisu = .{
|
|
||||||
.url = "https://pkg.machengine.org/mach-basisu/aaad82fa4bca86bbfbd27cc00f5513eab6450fc7.tar.gz",
|
|
||||||
.hash = "1220de4e144f29578af4f6de708549c9330692571d7f9fe5a6acc50ce3c205169ac9",
|
|
||||||
},
|
|
||||||
.mach_freetype = .{
|
.mach_freetype = .{
|
||||||
.url = "https://pkg.machengine.org/mach-freetype/100c7f65f654dbdcab7adc290d28ff6aab7b8d0c.tar.gz",
|
.url = "https://pkg.machengine.org/mach-freetype/100c7f65f654dbdcab7adc290d28ff6aab7b8d0c.tar.gz",
|
||||||
.hash = "12201c1eb9856e133f66ae904ced3a965a53a2098104036cac91b90686cdd9ccb859",
|
.hash = "12201c1eb9856e133f66ae904ced3a965a53a2098104036cac91b90686cdd9ccb859",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue