attempt to generate collider on background thread

This commit is contained in:
2024-05-18 22:46:58 -04:00
parent 7ca1fd33c5
commit bafdf016b9
9 changed files with 110 additions and 56 deletions

12
.vscode/launch.json vendored
View File

@@ -14,12 +14,12 @@
"args": [],
"cwd": "${workspaceRoot}/target/debug",
"preLaunchTask": "Build",
// "environment": [
// {
// "name": "RUST_BACKTRACE",
// "value": "1"
// }
// ]
"environment": [
{
"name": "RUST_BACKTRACE",
"value": "1"
}
]
}
]
}