1
Fork 0
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:
RGBCube 2025-04-13 02:19:38 +03:00
parent 3405a772ba
commit 119c52f090
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M
4 changed files with 28 additions and 16 deletions

View file

@ -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",
},
}