diff options
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 3 |
1 files changed, 0 insertions, 3 deletions
| @@ -4,9 +4,6 @@ pub fn build(b: *std.Build) void { | |||
| 4 | const target = b.standardTargetOptions(.{}); | 4 | const target = b.standardTargetOptions(.{}); |
| 5 | const optimize = b.standardOptimizeOption(.{}); | 5 | const optimize = b.standardOptimizeOption(.{}); |
| 6 | 6 | ||
| 7 | // Dependencies | ||
| 8 | // const ziglyph = b.dependency("ziglyph", .{}); | ||
| 9 | |||
| 10 | // Code generation | 7 | // Code generation |
| 11 | // Grapheme break | 8 | // Grapheme break |
| 12 | const gbp_gen_exe = b.addExecutable(.{ | 9 | const gbp_gen_exe = b.addExecutable(.{ |