Rename the 3D debug-deserialize example
This commit is contained in:
committed by
Sébastien Crozet
parent
891c08177d
commit
c8a2c0379e
16
.vscode/tasks.json
vendored
16
.vscode/tasks.json
vendored
@@ -24,6 +24,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",
|
||||
|
||||
Reference in New Issue
Block a user