From d044104d80cbcb85e5f04c3ea742e1d3621bee05 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 10 Sep 2022 03:51:04 +0000 Subject: [PATCH] gpu: remove commented code Signed-off-by: Stephen Gutekanst --- libs/gpu/sdk.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/gpu/sdk.zig b/libs/gpu/sdk.zig index 6b9903da..660d6cd8 100644 --- a/libs/gpu/sdk.zig +++ b/libs/gpu/sdk.zig @@ -1,6 +1,4 @@ const std = @import("std"); -// const gpu_dawn = @import("libs/mach-gpu-dawn/build.zig"); -// const glfw = @import("libs/mach-glfw/build.zig"); pub fn Sdk(comptime deps: anytype) type { return struct {