From 71311223b589254bfd91dab8b98f17ea48eb8d1b Mon Sep 17 00:00:00 2001 From: panda Date: Thu, 28 May 2026 02:28:08 -0700 Subject: [PATCH] fixed dep name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e885cdc..25bb6df 100644 --- a/README.md +++ b/README.md @@ -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, });