Add a desktop app with tauri

This commit is contained in:
Igor Katson 2023-12-02 22:24:36 +00:00
parent 28c2db2a37
commit 30da40555a
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
42 changed files with 15389 additions and 0 deletions

3
desktop/.vscode/extensions.json vendored Normal file
View file

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