24 lines
682 B
Zig
24 lines
682 B
Zig
.{
|
|
.name = .voxel_game,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0xfa26431018c1674c,
|
|
.minimum_zig_version = "0.15.2",
|
|
|
|
.dependencies = .{
|
|
.sokol = .{
|
|
.url = "git+https://github.com/floooh/sokol-zig.git#1c217971533e3aa634ecbfbe13ff776e05701e0a",
|
|
.hash = "sokol-0.1.0-pb1HK3TYLgCx8lOxdLVWIVDcAzacxO8YDfyw2Er-_2nN",
|
|
},
|
|
.cimgui = .{
|
|
.url = "git+https://github.com/floooh/dcimgui.git#d5fb4e3d27b79062dc5981db3631dadc4f204654",
|
|
.hash = "cimgui-0.1.0-44Clkd6YlAAYULKHDwsDX9EPmka-VAVEjUl-o6ve307E",
|
|
},
|
|
},
|
|
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|