Init zig project with raylib bindings
This commit is contained in:
@ -0,0 +1,37 @@
|
||||
.{
|
||||
.name = .raylib_zig,
|
||||
.version = "6.0.0",
|
||||
.fingerprint = 0xc4cfa8c610114f28,
|
||||
.dependencies = .{
|
||||
.raylib = .{
|
||||
.url = "git+https://github.com/raysan5/raylib#6.0",
|
||||
.hash = "raylib-6.0.0-whq8uCSwLgWWeF3ec3dbG6Rr36SLFL-s2WJ1Q_2E22Bb",
|
||||
},
|
||||
.raygui = .{
|
||||
.url = "git+https://github.com/raysan5/raygui#3b2855842ab578a034f827c38cf8f62c042fc983",
|
||||
.hash = "N-V-__8AAHvybwBw1kyBGn0BW_s1RqIpycNjLf_XbE-fpLUF",
|
||||
},
|
||||
.emsdk = .{
|
||||
.url = "git+https://github.com/emscripten-core/emsdk#4.0.9",
|
||||
.hash = "N-V-__8AAJl1DwBezhYo_VE6f53mPVm00R-Fk28NPW7P14EQ",
|
||||
},
|
||||
.zemscripten = .{
|
||||
.url = "git+https://github.com/zig-gamedev/zemscripten#70bdafc473be2131445bb6fd977fe7cb92fd0f5f",
|
||||
.hash = "zemscripten-0.2.0-dev-sRlDqEtQAAB_1tPdqJsxQIqXxvvklcFu6VN5p6ANy8hw",
|
||||
},
|
||||
},
|
||||
.minimum_zig_version = "0.16.0",
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"emcc.zig",
|
||||
"lib/raylib.zig",
|
||||
"lib/raylib-ext.zig",
|
||||
"lib/raymath.zig",
|
||||
"lib/raymath-ext.zig",
|
||||
"lib/rlgl.zig",
|
||||
"lib/rlgl-ext.zig",
|
||||
"lib/raygui.zig",
|
||||
"lib/raygui-ext.zig",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user