Rename the 3D debug-deserialize example

This commit is contained in:
Sébastien Crozet
2022-03-06 22:56:12 +01:00
committed by Sébastien Crozet
parent 891c08177d
commit c8a2c0379e
4 changed files with 60 additions and 43 deletions

16
.vscode/tasks.json vendored
View File

@@ -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",