this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

♻️ Set working dir as recipe attribue for just paper

authored by

Gwenn Le Bihan and committed by
GitHub
d5d9076b 96bd9d1e

+5 -4
+5 -4
Justfile
··· 29 29 example-video out="out.mp4" args='': 30 30 RUST_BACKTRACE=full ./shapemaker video --colors examples/colorschemes/palenight.css {{out}} --sync-with examples/schedule-hell.midi --audio examples/schedule-hell.flac --grid-size 16x10 --resolution 480 {{args}} 31 31 32 + [working-directory: 'paper'] 32 33 paper: 33 34 # just analyze_times disabled because it needs manual adjustements in the render loop pipeline diagram 34 - cd paper; cargo run --package specimen 35 - cd paper; cargo run --package dna-analysis-machine 36 - typstyle format-all paper 37 - typst compile --root . paper/main.typ 35 + cargo run --package specimen 36 + cargo run --package dna-analysis-machine 37 + typstyle format-all . 38 + typst compile --root .. main.typ 38 39 39 40 readme: 40 41 #!/usr/bin/env bash