diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/tasks.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index c445107..285a051 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -57,6 +57,21 @@ "group": "build" }, { + "label": "run 3d (simd - parallel - debug) ", + "type": "shell", + "command": "cargo", + "args": [ + "run", + "--bin", + "all_examples3", + "--features", + "simd-stable,parallel", + "--", + "--pause" + ], + "group": "build" + }, + { "label": "run 2d (no-simd - release) ", "type": "shell", "command": "cargo", |
