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