initial commit

This commit is contained in:
DecDuck
2024-10-06 01:10:57 +10:00
commit f6cd7c3d1f
42 changed files with 5528 additions and 0 deletions

7
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"recommendations": [
"Vue.volar",
"tauri-apps.tauri-vscode",
"rust-lang.rust-analyzer"
]
}