build: fix compilation errors
this should make linux CI green
This commit is contained in:
parent
62e00bfbd0
commit
9f6c4bf7b1
3 changed files with 17 additions and 9 deletions
|
|
@ -7,6 +7,8 @@ const native = @import("native.zig");
|
|||
|
||||
pub const App = @This();
|
||||
|
||||
_unused: i32,
|
||||
|
||||
pub const GPUInterface = gpu.dawn.Interface;
|
||||
|
||||
// Dummy init, deinit, and update functions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue