authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-08-25 02:12:08 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-08-25 02:12:08 -07:00
log948d5efafc3e60d6652851b911eccee1d3336600
treeb5806a4afa1a3f4bc5aaa05e427e1d43b0847c35
parent4aa6a3f8344a450433a21862890e791c76bb464b

remove zig-extras as a direct dependency


2 files changed, 0 insertions(+), 3 deletions(-)

yaml.zig-1
...@@ -1,6 +1,5 @@...@@ -1,6 +1,5 @@
1const std = @import("std");1const std = @import("std");
2const string = []const u8;2const string = []const u8;
3const extras = @import("extras");
43
5const c = @cImport({4const 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.c25 - src/scanner.c
26 - src/writer.c26 - src/writer.c
2727
28 - src: git https://github.com/nektro/zig-extras
29
30root_dependencies:28root_dependencies:
31 - src: git https://github.com/nektro/zig-expect29 - src: git https://github.com/nektro/zig-expect
32 - src: git https://github.com/nektro/zig-nfs30 - src: git https://github.com/nektro/zig-nfs