diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 = [] |
