switch to zig build system and add conways game of life

This commit is contained in:
Squibid 2025-12-23 12:39:16 -05:00
parent 408de3a337
commit f219f0c5ce
Signed by: squibid
GPG key ID: BECE5684D3C4005D
12 changed files with 227 additions and 73 deletions

20
build.zig.zon Normal file
View file

@ -0,0 +1,20 @@
.{
.name = .womblic,
.version = "0.15.2",
.dependencies = .{
.ds = .{
.url = "git+https://git.squi.bid/squibid/ds#758edf9d3049c61aa0036c8239f9fa922905a387",
.hash = "N-V-__8AALpEAACaGIC6yceiHvUlUJ-DX3QMaZ9I6uiDgclh",
},
.cargs = .{
.url = "git+https://github.com/likle/cargs#0698c3f90333446d0fc2745c1e9ce10dd4a9497a",
.hash = "N-V-__8AAPD5AQDYgLFfeI5K_q70qlurwjhY_e403fseMs3O",
},
.@"log.c" = .{
.url = "git+https://github.com/rxi/log.c#f9ea34994bd58ed342d2245cd4110bb5c6790153",
.hash = "N-V-__8AAJ8jAAAVkKD-RFvNLcnmi3SJZWigTFePQTb0sG-u",
},
},
.paths = .{""},
.fingerprint = 0x9cc5d26802316aa6,
}