change adapter anytype -> *mach.Engine

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-08-20 16:17:40 -07:00
parent 2ab8b6543a
commit ad17aa940b
5 changed files with 72 additions and 53 deletions

View file

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