diff options
| author | Robby Zambito <contact@robbyzambito.me> | 2026-01-09 19:22:57 -0500 |
|---|---|---|
| committer | Robby Zambito <contact@robbyzambito.me> | 2026-01-10 09:21:18 -0500 |
| commit | aec871ebdb8d29d05285cad87f38bb768e2ff703 (patch) | |
| tree | 0257ea37674dfd7ab3ea045ac4bbc50936d9624f /build.zig | |
| parent | 0ebc39b5e872478e4d3059966ffc44a13231660e (diff) | |
Port to latest 0.16.0
Use juicy main ;)
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -83,9 +83,6 @@ pub fn build(b: *std.Build) void { }), }); - const yazap = b.dependency("yazap", .{}); - exe.root_module.addImport("yazap", yazap.module("yazap")); - // This declares intent for the executable to be installed into the // install prefix when running `zig build` (i.e. when executing the default // step). By default the install prefix is `zig-out/` but can be overridden |
