From 67d1b16172e67a83a10e0de661aebd07beab2424 Mon Sep 17 00:00:00 2001 From: Neil Sarkar <83109+neilsarkar@users.noreply.github.com> Date: Mon, 3 Nov 2025 10:54:36 -0800 Subject: [PATCH] Add dawn linking to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6d9a6a0..88dca2d 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ pub fn build(b: *std.Build) void { } ``` +## Linking dawn + +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 +) + ## Sample applications - [gui test (wgpu)](https://github.com/zig-gamedev/zig-gamedev/tree/main/samples/gui_test_wgpu)