We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23fa2ea commit 20710eaCopy full SHA for 20710ea
README.md
@@ -17,6 +17,11 @@ const exhaustigen_dep = b.dependency("exhaustigen", .{
17
.target = target,
18
.optimize = optimize,
19
});
20
-const exhaustigen_mod = exhaustigen_dep.module("Gen");
21
-<compile>.root_module.addImport("Gen", exhaustigen_mod);
+const exhaustigen_mod = exhaustigen_dep.module("exhaustigen");
+
22
+...
23
+ .imports = &.{
24
+ .{ .name = "exhaustigen", .module = exhaustigen_mod },
25
+ },
26
27
```
0 commit comments