zcatgui/build.zig.zon
R.Eugenio f9179b4e9a build: Migrar a Zig 0.16
- Crear src/utils/time.zig para centralizar helpers de tiempo (timestamp, milliTimestamp, nanoTimestamp).
- Reemplazar std.io.fixedBufferStream por std.Io.Writer.fixed.
- Migrar de std.fs.cwd() a std.Io.Dir.cwd() y actualizar firmas de lectura/escritura.
- Reemplazar std.Thread.sleep por std.posix.system.nanosleep.
- Corregir capturas descartadas en switches (text_input => {}).
- Actualizar tests y ejemplos para compatibilidad con std.Io y nuevos helpers.
- Actualizar build.zig.zon a 0.16.0.

Co-Authored-By: Gemini <noreply@google.com>
2026-01-18 02:01:04 +01:00

22 lines
388 B
Zig

.{
.fingerprint = 0x30a5cd33d0b0066c,
.name = .zcatgui,
.version = "0.1.0",
.minimum_zig_version = "0.16.0",
.dependencies = .{
.zcatttf = .{
.path = "../zcatttf",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"examples",
"docs",
"README.md",
"CLAUDE.md",
},
}