1
Fork 0
mirror of https://github.com/RGBCube/crash synced 2025-07-27 00:17:44 +00:00

Initial commit

This commit is contained in:
RGBCube 2024-05-15 13:02:25 +03:00
commit 5d7802cdfd
No known key found for this signature in database
8 changed files with 189 additions and 0 deletions

10
build.zig.zon Normal file
View file

@ -0,0 +1,10 @@
.{
.name = "crash",
.version = "0.0.1",
.minimum_zig_version = "0.12.0",
.paths = .{
"",
},
}