Files
pugz/build.zig.zon
Ankit Patial c3156f88bd fix: merge multiple class attributes in zig_codegen (compiled templates)
- zig_codegen.zig: collect and merge class values in both static and dynamic attribute paths
- Completes the fix for multiple classes (.a.b -> class="a b") across all rendering modes
2026-01-29 22:11:38 +05:30

14 lines
307 B
Zig

.{
.name = .pugz,
.version = "0.3.5",
.fingerprint = 0x822db0790e17621d, // Changing this has security and trust implications.
.minimum_zig_version = "0.15.2",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"examples",
},
}