Files
ERitors-Scribe-Desktop/src-tauri/icons/android/values/ic_launcher_background.xml
natreex 36abdfced0 Add Tauri app backend setup with dependencies and basic build script
- Introduced `build.rs` for Tauri build process initialization.
- Added `Cargo.toml` with dependencies for Tauri plugins, serialization, cryptography, and database handling.
- Generated `Cargo.lock` to lock package versions for consistency.
2026-04-07 16:46:35 -04:00

4 lines
115 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="ic_launcher_background">#fff</color>
</resources>