fixed dep name

This commit is contained in:
2026-05-28 02:28:08 -07:00
parent e64b016cfc
commit 71311223b5

View File

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