tangled
alpha
login
or
join now
altagos.dev
/
website
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
update zine to v0.11.0
altagos.dev
7 months ago
f8ef1e2d
6b68135b
verified
This commit was signed with the committer's
known signature
.
altagos.dev
SSH Key Fingerprint:
SHA256:UbTjEcCZlc6GzQWLCuDK3D//HESWD2xFPkzue9XMras=
+3
-3
2 changed files
expand all
collapse all
unified
split
build.zig
build.zig.zon
+1
-1
build.zig
···
29
29
compile_stylesheet.dependOn(&install_stylesheet.step);
30
30
31
31
const website = zine.website(b, .{
32
32
-
.install_path = "website",
32
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
8
-
.url = "git+https://github.com/awb-devs/zine?ref=main#7d84e095c9d324f5d2ced5c1d274bd6efa03e576",
9
9
-
.hash = "zine-0.10.3-ou6nIHOKFgBB7tN40VFepW-PSgTuo00JgVcZ3RZzYvEX",
8
8
+
.url = "git+https://github.com/kristoff-it/zine?ref=v0.11.0#50f35be00e33ea91c9c62c4579616602228c7137",
9
9
+
.hash = "zine-0.11.0-ou6nIBuYFgBXdDp2FtTSMZdFHSrLdlgOuXOWLaEQwNgo",
10
10
},
11
11
},
12
12
.paths = .{