gpu: correct header includes

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-30 16:26:27 -07:00 committed by Stephen Gutekanst
parent 06dfca4fd3
commit 8b7d810450
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
pub const c = @cImport({
@cInclude("dawn/webgpu.h");
@cInclude("dawn/dawn_proc.h");
@cInclude("dawn_native_mach.h");
});