I may move this commit to a separate branch, since there are a variety of improvements that I think I want to get applied to the 0.11.x-compatible codebase still. However, I have also not been motivated to work on those fixes, since this codebase is kind of crusty due to being the first thing I ever wrote in zig. Doing a bigger rewrite might supply the motivation to make those improvements. I will have to think about it. For now, I am going to focus elsewhere.
12 lines
186 B
Zig
12 lines
186 B
Zig
.{
|
|
.name = "NOCLIP",
|
|
.version = "0.1.0-pre",
|
|
.dependencies = .{},
|
|
.paths = .{
|
|
"source",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"license",
|
|
},
|
|
}
|