mach: Move all platform specific files to platform/ directory

This commit is contained in:
iddev5 2022-05-30 13:31:22 +05:30 committed by Stephen Gutekanst
parent 68190e863a
commit 21c49ff9be
7 changed files with 11 additions and 10 deletions

View file

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