chore: scaffold Tauri 2 + Svelte 5 workspace

Standard Tauri layout with a Svelte 5 + TypeScript + Vite frontend and a
Rust backend in src-tauri. Adds build tooling, app/window config,
capabilities, generated icons and the project README.
This commit is contained in:
2026-05-22 16:27:11 +03:00
commit dfafea41f4
66 changed files with 3326 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#fff</color>
</resources>