mirror of
https://github.com/ziglang/zig.git
synced 2024-11-26 23:22:44 +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;
|