mirror of
https://github.com/RGBCube/crash
synced 2025-07-27 00:17:44 +00:00
Initial commit
This commit is contained in:
commit
5d7802cdfd
8 changed files with 189 additions and 0 deletions
10
build.zig.zon
Normal file
10
build.zig.zon
Normal file
|
@ -0,0 +1,10 @@
|
|||
.{
|
||||
.name = "crash",
|
||||
.version = "0.0.1",
|
||||
|
||||
.minimum_zig_version = "0.12.0",
|
||||
|
||||
.paths = .{
|
||||
"",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue