feat(scene): make render loop parallelized

This commit is contained in:
2024-11-20 00:27:55 +01:00
parent 587471f36a
commit aab1fa0a5e
6 changed files with 34 additions and 24 deletions

View File

@@ -24,3 +24,4 @@ futures = "0.3.30"
image = "0.25.5"
nalgebra = "0.33.2"
nix = "0.29.0"
rayon = "1.10.0"