Files
Chris Tate 4a37163653 Add command routing example
- Demonstrate shared command handling across native and web entry points

- Cover toolbar menu shortcut and bridge sources in the example test

- Document the new example in the examples guide
2026-06-25 00:19:19 -05:00

9 lines
245 B
Zig

.{
.name = .command_app,
.fingerprint = 0xb253836e291d354d,
.version = "0.1.0",
.minimum_zig_version = "0.16.0",
.dependencies = .{},
.paths = .{ "build.zig", "build.zig.zon", "src", "assets", "app.zon", "README.md" },
}