this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixup! updated zmath

Altagos e83a9065 4800cb83

+1 -1
+1 -1
build.zig
··· 56 56 const zmath = b.dependency("zmath", .{ 57 57 .enable_cross_platform_determinism = true, 58 58 }); 59 - module.addImport("zmath", zmath.module("zmath")); 59 + module.addImport("zmath", zmath.module("root")); 60 60 61 61 const zigimg = b.dependency("zigimg", .{}); 62 62 module.addImport("zigimg", zigimg.module("zigimg"));