uvm32/apps/zigtris/build.zig.zon
Toby Jaffey 17208a5112
Some checks are pending
CI / test (ubuntu-latest) (push) Waiting to run
Pull in latest zigtris with bug fix for garbage on starting screen
2025-12-17 20:32:10 +00:00

16 lines
586 B
Zig

.{
.name = .zigtris,
.version = "0.15.2",
.dependencies = .{
.mibu = .{
.url = "git+https://github.com/xyaman/mibu.git#be3713ff04e7db3584669e679253ef388e426dc6",
.hash = "mibu-0.0.1-dev-Ddr1riTEAAAYAe1TWBT--W8fPUL8UyBE7dy-yNNZ3z5V",
},
.zigtris = .{
.url = "git+https://github.com/ringtailsoftware/zigtris.git#60206d8f12f80dde8e5dac93a4fd217523c2e5be",
.hash = "zigtris-0.0.1-of0vIo1sAACGoev2776uehcqO3gr5wJo2os2cg2XFqK2",
},
},
.paths = .{""},
.fingerprint = 0x1f86de49aac15bec,
}