mach/src/core/platform/x11.zig
Stephen Gutekanst 38f296ecce src/core: move mach-core@9a4d09707d9f1cb6ea5602bdf58caeefc46146be package to here
Helps hexops/mach#1165

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2024-03-05 00:22:22 -07:00

4 lines
105 B
Zig

const std = @import("std");
pub const Core = @import("x11/Core.zig");
pub const Timer = std.time.Timer;