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

@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly"
channel = "1.80.1"
components = [ "rustfmt", "rustc-dev", "rust-analyzer", "rust-src"]