This commit is contained in:
JOLIMAITRE Matthieu 2024-10-21 14:39:21 +02:00
commit bb6dd4881b
19 changed files with 441 additions and 0 deletions

4
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,4 @@
{
"rust-analyzer.cargo.target": "x86_64-unknown-none",
"rust-analyzer.checkOnSave.allTargets": false
}