From c8a2c0379eee04e78462d5a51d1644cd7e66be23 Mon Sep 17 00:00:00 2001 From: SΓ©bastien Crozet Date: Sun, 6 Mar 2022 22:56:12 +0100 Subject: Rename the 3D debug-deserialize example --- .vscode/tasks.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to '.vscode') diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 1f7b545..ce32955 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -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", -- cgit