mirror of
https://github.com/RGBCube/crash
synced 2025-07-27 00:17:44 +00:00
feat: bug fixes and build fixes
This commit is contained in:
parent
3405a772ba
commit
119c52f090
4 changed files with 28 additions and 16 deletions
|
@ -1,10 +1,13 @@
|
|||
.{
|
||||
.name = "crash",
|
||||
.name = .crash,
|
||||
.version = "0.0.1",
|
||||
.fingerprint = 0xd7e8f0df85300b08,
|
||||
|
||||
.minimum_zig_version = "0.12.0",
|
||||
.minimum_zig_version = "0.14.0",
|
||||
|
||||
.paths = .{
|
||||
"",
|
||||
"src/main.zig",
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue