fold app/ into src/editor/
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
71863e215c
commit
d72155df4c
10 changed files with 11 additions and 4 deletions
|
|
@ -63,7 +63,7 @@ pub fn build(b: *std.Build) !void {
|
|||
if (target.getCpuArch() != .wasm32) {
|
||||
const app = b.addExecutable(.{
|
||||
.name = "mach",
|
||||
.root_source_file = .{ .path = "app/main.zig" },
|
||||
.root_source_file = .{ .path = "src/mach.zig" },
|
||||
.version = .{ .major = 0, .minor = 1, .patch = 0 },
|
||||
.optimize = optimize,
|
||||
.target = target,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue