doggo/build.zig.zon

23 lines
704 B
Plaintext
Raw Normal View History

2024-05-04 19:03:50 +02:00
.{
.name = "doggo",
.version = "0.1.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
.dependencies = .{
2024-07-04 15:09:23 +02:00
.sokol = .{
.url = "git+https://github.com/floooh/sokol-zig.git#d9f3ef983b7021417cc91bd5788cd925ca06aa83",
.hash = "12200a472b4f1a3a6db1002f39f10ae0cccf58ada45bf25ddc5fd48384dd187f55ea",
2024-05-04 19:03:50 +02:00
},
2024-07-04 15:09:23 +02:00
.cimgui = .{
.path = "3rd-party/cimgui",
2024-05-04 19:03:50 +02:00
},
2024-10-04 14:32:48 +02:00
.vaxis = .{
.url = "git+https://github.com/rockorager/libvaxis?ref=main#235e0bb27bc89655d8c66fc6378b31d4a98a117a",
.hash = "1220fef553676a4c90035db27c13ad609d5823198a94cc971e95ab9c680e3dcd2df0",
},
2024-05-04 19:03:50 +02:00
},
}