Skip to content

Commit 7cf60f5

Browse files
committed
Add more vec methods/aliases and features.
1 parent 7b3b497 commit 7cf60f5

4 files changed

Lines changed: 394 additions & 4 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ processing_midi = { path = "crates/processing_midi" }
3939
processing_input = { path = "crates/processing_input" }
4040
processing_glfw = { path = "crates/processing_glfw" }
4141
processing_webcam = { path = "crates/processing_webcam" }
42+
rand = "0.10"
43+
rand_distr = "0.6"
4244

4345
[dependencies]
4446
bevy = { workspace = true }
@@ -58,7 +60,7 @@ web-sys = { version = "0.3", features = ["Window"] }
5860

5961
[dev-dependencies]
6062
processing_glfw = { workspace = true }
61-
rand = "0.10.0"
63+
rand = { workspace = true }
6264

6365
[target.'cfg(target_os = "linux")'.dev-dependencies]
6466
processing_glfw = { workspace = true, features = ["wayland"] }

crates/processing_pyo3/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ processing_glfw = { workspace = true }
2626
bevy = { workspace = true, features = ["file_watcher"] }
2727
png = "0.18"
2828
processing_cuda = { workspace = true, optional = true }
29+
rand = { workspace = true }
30+
rand_distr = { workspace = true }

0 commit comments

Comments
 (0)