1aa2267b69
- Add generic native view/shell APIs with command routing, automation snapshots, and a native-shell example. - Add native OS capability coverage for notifications, external links, recent documents, and credentials with guarded bridge APIs. - Update manifests, TypeScript declarations, product docs, and platform hosts for the new native-first surface.
9 lines
246 B
Zig
9 lines
246 B
Zig
.{
|
|
.name = .native_shell,
|
|
.fingerprint = 0xe957260bbeda2dbe,
|
|
.version = "0.1.0",
|
|
.minimum_zig_version = "0.16.0",
|
|
.dependencies = .{},
|
|
.paths = .{ "build.zig", "build.zig.zon", "src", "assets", "app.zon", "README.md" },
|
|
}
|