Just clean up useless sample stuff

This commit is contained in:
2022-07-26 05:48:06 +02:00
parent e5b81910ad
commit 671e85e9c4
10 changed files with 742 additions and 87 deletions

7
.vscode/tasks.json vendored
View File

@@ -20,6 +20,13 @@
// change this to your `beforeBuildCommand`:
"command": "npm",
"args": ["run", "build"],
},
{
"label": "full:dev",
"type": "shell",
"isBackground": true,
"command": "cargo",
"args": ["tauri", "dev"]
}
]
}