#Root package
1 messages · Page 1 of 1 (latest)
The file that is passed to the compiler
If you do zig build-exe foo.zig, @import("root") will import foo.zig
If you do exe = b.addExecutable("bar", "bar.zig"), @import("root") will import bar.zig
oh, I thought it maybe imported "build.zig"
Nah build.zig is just a script that spawns the compiler :)