From 69f0407637a071d79d73115e4ae9c0ab526066a7 Mon Sep 17 00:00:00 2001 From: Kai Stevenson Date: Thu, 13 Aug 2026 21:31:53 -0700 Subject: parallelization --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b46c10d..3172fcd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,8 @@ winit = { version = "0.30", features = ["rwh_06"] } env_logger = "0.11.11" puffin = "0.20.0" puffin_http = "0.17.0" +rand = "0.10.2" +rayon = "1.12.0" [features] -profiler = [] \ No newline at end of file +profiler = [] -- cgit v1.3.1