chore: update to the new build system

This commit is contained in:
2023-06-19 12:04:35 -05:00
parent 215e053b9a
commit 39a4260ffd
4 changed files with 16 additions and 44 deletions

10
build.zig.zon Normal file
View File

@@ -0,0 +1,10 @@
.{
.name = "zba-gdbstub",
.version = "0.1.0",
.dependencies = .{
.@"zig-network" = .{
.url = "https://github.com/MasterQ32/zig-network/archive/86c315be67c7567195cc426615d81202a39bbb91.tar.gz",
.hash = "1220746fef79fb9774d76a0a5d746ccf30cfc847bce4a3a7388c3451817b7ab92869",
},
},
}