gpu: update dawn C shims to reflect library name

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-11-16 23:37:37 -07:00 committed by Stephen Gutekanst
parent 882e82f601
commit efb7fe9c62
4 changed files with 15 additions and 15 deletions

View file

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