gpu-dawn: update for building latest dawn

This commit is contained in:
Ali Chraghi 2023-01-14 19:17:53 +03:30 committed by Stephen Gutekanst
parent a52c6e5f5c
commit 8a15fcd694
3 changed files with 41 additions and 28 deletions

View file

@ -8,7 +8,6 @@ pub fn build(b: *Builder) !void {
const mode = b.standardReleaseOptions();
const target = b.standardTargetOptions(.{});
const gpu_dawn = gpu_dawn_sdk.Sdk(.{
.glfw = glfw,
.glfw_include_dir = "libs/mach-glfw/upstream/glfw/include",
.system_sdk = system_sdk,
});