An engine made to be used for folly
zig fetch --save git+https://github.com/folly-org/granite#mainnow add the dependency to your build.zig:
const granite = b.dependency("granite", .{
.target = target,
.optimize = optimize,
});
exe_mod.addImport("granite", granite.module("granite"));