gpu: remove commented code

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-09-10 03:51:04 +00:00 committed by Stephen Gutekanst
parent 7511392a02
commit d044104d80

View file

@ -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 {