remove zig-extras as a direct dependency
2 files changed, 0 insertions(+), 3 deletions(-)
yaml.zig-1
| ... | ... | @@ -1,6 +1,5 @@ |
| 1 | 1 | const std = @import("std"); |
| 2 | 2 | const string = []const u8; |
| 3 | | const extras = @import("extras"); |
| 4 | 3 | |
| 5 | 4 | const c = @cImport({ |
| 6 | 5 | @cInclude("yaml.h"); |
zigmod.yml-2
| ... | ... | @@ -25,8 +25,6 @@ dependencies: |
| 25 | 25 | - src/scanner.c |
| 26 | 26 | - src/writer.c |
| 27 | 27 | |
| 28 | | - src: git https://github.com/nektro/zig-extras |
| 29 | | |
| 30 | 28 | root_dependencies: |
| 31 | 29 | - src: git https://github.com/nektro/zig-expect |
| 32 | 30 | - src: git https://github.com/nektro/zig-nfs |