zcatui/build.zig.zon
reugenio af833ddc0e 🔧 FIX: Compatibilidad Zig 0.15.2
- build.zig.zon: minimum_zig_version actualizado a 0.15.0
- ZIG_VERSION_NOTES.md: Referencia a sistema notas versiones

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 23:01:17 +01:00

16 lines
277 B
Zig

.{
.name = .zcatui,
.fingerprint = 0x73ad863c554280f3,
.version = "2.2.0",
.minimum_zig_version = "0.15.0",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"README.md",
"LICENSE",
},
}