this repo has no description

update zine to v0.11.0

altagos.dev f8ef1e2d 6b68135b

verified
+3 -3
+1 -1
build.zig
··· 29 29 compile_stylesheet.dependOn(&install_stylesheet.step); 30 30 31 31 const website = zine.website(b, .{ 32 - .install_path = "website", 32 + .output_path = "website", 33 33 .build_assets = &.{stylesheet}, 34 34 }); 35 35 website.step.dependOn(compile_stylesheet);
+2 -2
build.zig.zon
··· 5 5 .minimum_zig_version = "0.15.0-dev.1149+4e6a04929", 6 6 .dependencies = .{ 7 7 .zine = .{ 8 - .url = "git+https://github.com/awb-devs/zine?ref=main#7d84e095c9d324f5d2ced5c1d274bd6efa03e576", 9 - .hash = "zine-0.10.3-ou6nIHOKFgBB7tN40VFepW-PSgTuo00JgVcZ3RZzYvEX", 8 + .url = "git+https://github.com/kristoff-it/zine?ref=v0.11.0#50f35be00e33ea91c9c62c4579616602228c7137", 9 + .hash = "zine-0.11.0-ou6nIBuYFgBXdDp2FtTSMZdFHSrLdlgOuXOWLaEQwNgo", 10 10 }, 11 11 }, 12 12 .paths = .{