I was actually anticipating a bit more stdlib breakage than this, so I ended up just shimming it. Well, it works and also still works with 0.11.0, which is cool.
13 lines
207 B
Zig
13 lines
207 B
Zig
.{
|
|
.name = "nice-data",
|
|
.version = "0.1.0-pre",
|
|
.dependencies = .{},
|
|
.paths = .{
|
|
"src",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"license",
|
|
"readme.md",
|
|
},
|
|
}
|