Compare commits

...

1 Commits

Author SHA1 Message Date
71311223b5 fixed dep name 2026-05-28 02:28:08 -07:00

View File

@@ -12,7 +12,7 @@ $ zig fetch --save git+https://git.sirlilpanda.studio/sirlilpanda/zig-interface-
in `build.zig` in `build.zig`
```zig ```zig
const iface = b.dependency("interface", .{ const iface = b.dependency("interface_helper", .{
.target = target, .target = target,
.optimize = optimize, .optimize = optimize,
}); });