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 @@
11const std = @import("std");
22const string = []const u8;
3const extras = @import("extras");
43
54const c = @cImport({
65 @cInclude("yaml.h");
zigmod.yml-2
......@@ -25,8 +25,6 @@ dependencies:
2525 - src/scanner.c
2626 - src/writer.c
2727
28 - src: git https://github.com/nektro/zig-extras
29
3028root_dependencies:
3129 - src: git https://github.com/nektro/zig-expect
3230 - src: git https://github.com/nektro/zig-nfs