You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
492 B
19 lines
492 B
.{ |
|
.name = "zig-bloxel-game", |
|
.version = "0.0.0", |
|
|
|
.paths = .{ |
|
"src", |
|
"build.zig", |
|
"build.zig.zon", |
|
"README.md", |
|
}, |
|
|
|
.dependencies = .{ |
|
.mach_core = .{ |
|
.url = "https://pkg.machengine.org/mach-core/6a62bcc90e0d072d632788a6575d77942bd09a19.tar.gz", |
|
.hash = "12209d39954fcda0be158461c10f64d14d5c7d097bd6d26785b332d75ffefa7dd7a0", |
|
}, |
|
.zmath = .{ .path = "libs/zig-gamedev/libs/zmath" }, |
|
}, |
|
}
|
|
|