mirror of
https://github.com/RGBCube/crash
synced 2025-05-14 05:04:59 +00:00
13 lines
220 B
Zig
13 lines
220 B
Zig
.{
|
|
.name = .crash,
|
|
.version = "0.0.1",
|
|
.fingerprint = 0xd7e8f0df85300b08,
|
|
|
|
.minimum_zig_version = "0.14.0",
|
|
|
|
.paths = .{
|
|
"src/main.zig",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
},
|
|
}
|