asset loader

added rapier
This commit is contained in:
2024-04-14 22:40:24 -04:00
parent 27193adf15
commit 70a5d64d16
12 changed files with 466 additions and 115 deletions

4
.vscode/launch.json vendored
View File

@@ -7,12 +7,12 @@
{
"type": "cppvsdbg",
"stopAtEntry": false,
// "console": "externalTerminal",
"console": "externalTerminal",
"request": "launch",
"name": "Debug",
"program": "${workspaceRoot}/target/debug/phos.exe",
"args": [],
"cwd": "${workspaceRoot}",
"cwd": "${workspaceRoot}/target/debug",
"preLaunchTask": "Build"
}
]