core: refactor code structure
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e3393abbc1
commit
de1275dc0a
6 changed files with 50 additions and 34 deletions
|
|
@ -5,8 +5,6 @@ const std = @import("std");
|
|||
const mach = @import("../main.zig");
|
||||
const Core = @import("../Core.zig");
|
||||
const InputState = @import("InputState.zig");
|
||||
const unicode = @import("unicode.zig");
|
||||
const detectBackendType = @import("common.zig").detectBackendType;
|
||||
const gpu = mach.gpu;
|
||||
const InitOptions = Core.InitOptions;
|
||||
const Event = Core.Event;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue