We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e609ef8 commit e14f459Copy full SHA for e14f459
build.zig
@@ -1,10 +1,9 @@
1
const std = @import("std");
2
-const builtin = @import("builtin");
3
-
4
const Build = std.Build;
5
const OptimizeMode = std.builtin.OptimizeMode;
6
const Compile = Build.Step.Compile;
7
const Module = Build.Module;
+const builtin = @import("builtin");
8
9
const lib_name = "webui";
10
var global_log_level: std.log.Level = .warn;
0 commit comments