tangled
alpha
login
or
join now
lem.my
/
rubify
0
fork
atom
Annotate fonts with ruby (pinyin/romaji) and produce modified TTF/WOFF2 outputs.
0
fork
atom
overview
issues
pulls
pipelines
chore: update flake
Lemuel DLS
2 months ago
240fc6f3
ce4c3b4a
+1
1 changed file
expand all
collapse all
unified
split
flake.nix
+1
flake.nix
reviewed
···
25
25
commonArgs = {
26
26
src = craneLib.cleanCargoSource ./.;
27
27
strictDeps = true;
28
28
+
meta.mainProgram = "rubify";
28
29
};
29
30
30
31
rubify = craneLib.buildPackage (