We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d361a9 commit a27312fCopy full SHA for a27312f
justfile
@@ -1,11 +1,13 @@
1
+export PROCESSING_ASSET_ROOT := `realpath ./assets`
2
+
3
default:
4
@just --list
5
6
py-build:
7
cd crates/processing_pyo3 && uv run maturin develop
8
9
py-run file: py-build
- cd crates/processing_pyo3 && uv run python ../../{{file}}
10
+ cd crates/processing_pyo3 && uv run python ./examples/{{file}}
11
12
wasm-build:
13
wasm-pack build crates/processing_wasm --target web --out-dir ../../target/wasm
0 commit comments