chore: setup tauri

This commit is contained in:
reya
2024-07-23 13:33:48 +07:00
parent 8ae1368419
commit 462837565e
10 changed files with 1931 additions and 24 deletions

View File

@@ -0,0 +1,23 @@
{
"app": {
"windows": [
{
"title": "Coop",
"label": "main",
"width": 860,
"height": 650,
"minWidth": 860,
"minHeight": 650,
"titleBarStyle": "Overlay",
"hiddenTitle": true,
"transparent": true,
"windowEffects": {
"state": "followsWindowActiveState",
"effects": [
"underWindowBackground"
]
}
}
]
}
}