gpu: examples: remove unused import
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
9d29563d3b
commit
e92572b776
3 changed files with 0 additions and 5 deletions
|
|
@ -1,3 +0,0 @@
|
||||||
pub const c = @cImport({
|
|
||||||
@cInclude("dawn/webgpu.h");
|
|
||||||
});
|
|
||||||
|
|
@ -1,6 +1,5 @@
|
||||||
const std = @import("std");
|
const std = @import("std");
|
||||||
const sample_utils = @import("sample_utils.zig");
|
const sample_utils = @import("sample_utils.zig");
|
||||||
const c = @import("c.zig").c;
|
|
||||||
const glfw = @import("glfw");
|
const glfw = @import("glfw");
|
||||||
const gpu = @import("gpu");
|
const gpu = @import("gpu");
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,6 @@ const std = @import("std");
|
||||||
const assert = std.debug.assert;
|
const assert = std.debug.assert;
|
||||||
const glfw = @import("glfw");
|
const glfw = @import("glfw");
|
||||||
const gpu = @import("gpu");
|
const gpu = @import("gpu");
|
||||||
const c = @import("c.zig").c;
|
|
||||||
const objc = @cImport({
|
const objc = @cImport({
|
||||||
@cInclude("objc/message.h");
|
@cInclude("objc/message.h");
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue