You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
microzig/core/build.zig.zon

12 lines
226 B
Plaintext

.{
.name = "core",
.version = "0.0.0",
.dependencies = .{
.@"microzig/build/definitions" = .{ .path = "../build/definitions" },
},
.paths = .{
"build.zig",
"build.zig.zon",
},
}