mirror of
https://github.com/ziglang/zig.git
synced 2026-02-02 12:43:40 +00:00
4 lines
142 B
Zig
4 lines
142 B
Zig
pub const version: []const u8 = "@ZIG_VERSION@";
|
|
pub const log_scopes: []const []const u8 = &[_][]const u8{};
|
|
pub const enable_tracy = false;
|