change adapter anytype -> *mach.Engine
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
2ab8b6543a
commit
ad17aa940b
5 changed files with 72 additions and 53 deletions
|
|
@ -8,6 +8,8 @@ comptime {
|
|||
const std = @import("std");
|
||||
const builtin = @import("builtin");
|
||||
|
||||
// Forward "app" declarations into our namespace, such that @import("root").foo works as expected.
|
||||
pub usingnamespace @import("app");
|
||||
const App = @import("app").App;
|
||||
const core = @import("core");
|
||||
const gpu = core.gpu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue