this repo has no description
3
fork

Configure Feed

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

๐Ÿง‘โ€๐Ÿ’ป Add just s to compile schedule hell without cd'ing

+4
+4
Justfile
··· 5 5 cargo build --bin shapemaker 6 6 cp target/debug/shapemaker . 7 7 8 + [working-directory: 'examples/schedule-hell'] 9 + s *args: 10 + cargo run -- {{args}} 11 + 8 12 vst: 9 13 cargo xtask bundle shapemaker --release --features vst 10 14 gsudo cp "target/bundled/Shapemaker VST.vst3/Contents/x86_64-win/Shapemaker VST.vst3" "C:/Program Files/Common Files/VST3/Shapemaker VST.vst3"