Skip to content

Commit 67d1b16

Browse files
committed
Add dawn linking to README
1 parent b582a62 commit 67d1b16

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ pub fn build(b: *std.Build) void {
3131
}
3232
```
3333

34+
## Linking dawn
35+
36+
You will also need to [add `dawn` as a dependency](https://github.com/zig-gamedev/zgpu/issues/16#issuecomment-2998019435) by copying the relevant entry or entries from the [zig-gamedev build.zig.zon](https://github.com/zig-gamedev/zig-gamedev/blob/main/build.zig.zon#L69
37+
)
38+
3439
## Sample applications
3540

3641
- [gui test (wgpu)](https://github.com/zig-gamedev/zig-gamedev/tree/main/samples/gui_test_wgpu)

0 commit comments

Comments
 (0)