asset loader
added rapier
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user