Skip to content

Commit 3923a8c

Browse files
committed
Add processing dep.
1 parent 7a5dc35 commit 3923a8c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/processing_wasm/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ crate-type = ["cdylib", "rlib"]
1010
workspace = true
1111

1212
[dependencies]
13+
processing = { path = "../..", default-features = false }
1314
bevy = { workspace = true, features = ["webgpu"] }
1415
wasm-bindgen = "0.2"
1516
wasm-bindgen-futures = "0.4"

0 commit comments

Comments
 (0)