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 7d7a30c commit f405a48Copy full SHA for f405a48
README.md
@@ -16,12 +16,7 @@ An intro article can be found [here](https://zig.news/michalz/fast-multi-platfor
16
17
## Getting started
18
19
-Copy `zmath` into a subdirectory of your project and add the following to your `build.zig.zon` .dependencies:
20
-```zig
21
- .zmath = .{ .path = "libs/zmath" },
22
-```
23
-
24
-Then in your `build.zig` add:
+Example `build.zig`
25
26
```zig
27
pub fn build(b: *std.Build) void {
0 commit comments