init (messy)
This commit is contained in:
commit
18bff3cc00
10 changed files with 926 additions and 0 deletions
17
build.zig.zon
Normal file
17
build.zig.zon
Normal file
|
@ -0,0 +1,17 @@
|
|||
.{
|
||||
.name = .rex,
|
||||
.version = "0.0.0",
|
||||
.fingerprint = 0xee6003c042470dd0,
|
||||
.minimum_zig_version = "0.14.0",
|
||||
.dependencies = .{
|
||||
.raylib = .{
|
||||
.url = "git+https://github.com/raysan5/raylib#8d9c1cecb7f53aef720e2ee0d1558ffc39fa7eef",
|
||||
.hash = "raylib-5.5.0-whq8uKXONARKPKfYVo14WktbUTIM3OYxdVPOPTdsQejc",
|
||||
},
|
||||
},
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue