diff --git a/build.zig.zon b/build.zig.zon index db964a0..7a305ff 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -10,8 +10,8 @@ .dependencies = .{ .zenolith = .{ //.path = "../zenolith", - .url = "git+https://git.mzte.de/zenolith/zenolith.git#c23e6ea6217a547c784376830da9194f157f72c8", - .hash = "1220bdc0967931e85505c3b221deabe7f637af0728965d0bf0574c0a4c12988ed3a4", + .url = "git+https://git.mzte.de/zenolith/zenolith.git#6292688915f91da3ace4f38caa1dc33c718c8fc0", + .hash = "1220b709a856fe648fd5be6351b319d3626b3e368062d301e666a969032121b5ecde", }, }, } diff --git a/example/main.zig b/example/main.zig index 2c150c1..21fd2a6 100644 --- a/example/main.zig +++ b/example/main.zig @@ -49,7 +49,7 @@ pub fn main() !void { try root.addChild(null, try zenolith.widget.Button.init(alloc, "Button 2")); try root.addChild(null, try zenolith.widget.Button.init(alloc, "Button 3")); - try root.addChild(null, try zenolith.widget.Spacer.init(alloc, .{.flex = 1})); + try root.addChild(null, try zenolith.widget.Spacer.init(alloc, .{ .flex = 1 })); { var chunk = zenolith.text.Chunk.init(alloc);