diff options
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/tasks.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1f7b545..ce32955 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -25,6 +25,22 @@ "group": "build" }, { + "label": "🚀 run 3d − 💌 deterministic", + "type": "shell", + "command": "cargo", + "args": [ + "run", + "--bin", + "all_examples3", + "--release", + "--features", + "enhanced-determinism", + "--", + "--pause" + ], + "group": "build" + }, + { "label": "🚀 run 3d − 🌈 simd", "type": "shell", "command": "cargo", |
