- Add REFERENCE.md to documentation protocol (Step 3) - Update widget count to 37 - Update LOC to ~35K - Add REFERENCE.md to file structure - Remove obsolete roadmap sections (now in DEVELOPMENT_PLAN.md) - Simplify documentation section with table - Clean up references section 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
18 lines
317 B
Zig
18 lines
317 B
Zig
.{
|
|
.fingerprint = 0x30a5cd33d0b0066c,
|
|
.name = "zcatgui",
|
|
.version = "0.1.0",
|
|
.minimum_zig_version = "0.15.0",
|
|
|
|
.dependencies = .{},
|
|
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"examples",
|
|
"docs",
|
|
"README.md",
|
|
"CLAUDE.md",
|
|
},
|
|
}
|