fabapp/zig/build.zig.zon

11 lines
292 B
Plaintext
Raw Normal View History

2023-09-29 15:39:51 +02:00
.{
.name = "fabapp",
.version = "0.1.0",
.dependencies = .{
.raylib = .{
.url = "https://github.com/raysan5/raylib/archive/refs/tags/4.5.0.tar.gz",
.hash = "1220ff8eeb8c51ed28ef7d1224ba2968e00e689774dd6316cb25347a44844dbf210f",
},
},
}