gpu: examples: remove unused import

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-08-20 11:01:30 -07:00
parent 9d29563d3b
commit e92572b776
3 changed files with 0 additions and 5 deletions

View file

@ -2,7 +2,6 @@ const std = @import("std");
const assert = std.debug.assert;
const glfw = @import("glfw");
const gpu = @import("gpu");
const c = @import("c.zig").c;
const objc = @cImport({
@cInclude("objc/message.h");
});