fold app/ into src/editor/

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-07-12 10:28:21 -07:00
parent 71863e215c
commit d72155df4c
10 changed files with 11 additions and 4 deletions

View file

@ -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,