src/core: move mach-core@9a4d09707d9f1cb6ea5602bdf58caeefc46146be package to here
Helps hexops/mach#1165 Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
fa3f6161ad
commit
38f296ecce
157 changed files with 28383 additions and 0 deletions
4
src/core/platform/x11.zig
Normal file
4
src/core/platform/x11.zig
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
const std = @import("std");
|
||||
|
||||
pub const Core = @import("x11/Core.zig");
|
||||
pub const Timer = std.time.Timer;
|
||||
Loading…
Add table
Add a link
Reference in a new issue