Add minimal tauri desktop bootstrap

This commit is contained in:
2026-02-17 21:44:55 +00:00
committed by Jon Staab
parent 985fd46243
commit 616771df0a
64 changed files with 5004 additions and 1 deletions
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
<foreground android:drawable="@mipmap/ic_launcher_foreground"/>
<background android:drawable="@color/ic_launcher_background"/>
</adaptive-icon>