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 6c1dcf8 commit ae88d41Copy full SHA for ae88d41
README.md
@@ -21,6 +21,8 @@
21
22
## Installation
23
24
+> Chameleon supports only zig **master** branch.
25
+
26
- Install the package.
27
28
```bash
build.zig
@@ -4,7 +4,7 @@ pub fn build(b: *std.Build) void {
4
const target = b.standardTargetOptions(.{});
5
const optimize = b.standardOptimizeOption(.{});
6
7
- const cham_mod = b.createModule(.{
+ const cham_mod = b.addModule("chameleon", .{
8
.root_source_file = b.path("src/chameleon.zig"),
9
.target = target,
10
.optimize = optimize,
0 commit comments