Closed Parazoid closed 7 months ago
Dependent projects just need to add the following to their build.zig:
const zgl = b.dependency("zgl", .{ .target = target, .optimize = optimize, }); exe.root_module.addImport("zgl", zgl.module("zgl"));
This closes #100 Gyro usage should be deprecated.
Dependent projects just need to add the following to their build.zig:
This closes #100 Gyro usage should be deprecated.