Add: tauri frontend as bevy alternative

This commit is contained in:
DaZuo0122
2026-02-13 09:57:08 +08:00
parent b0f462f63e
commit 3c3ca342c9
33 changed files with 11798 additions and 106 deletions

View File

@@ -0,0 +1,30 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "sprimo-tauri",
"version": "0.1.0",
"identifier": "com.sprimo.tauri",
"build": {
"frontendDist": "../../frontend/tauri-ui/dist",
"beforeDevCommand": "",
"beforeBuildCommand": ""
},
"app": {
"windows": [
{
"title": "sprimo-tauri",
"width": 640,
"height": 640,
"decorations": false,
"transparent": true,
"alwaysOnTop": true,
"resizable": false
}
],
"security": {
"csp": null
}
},
"bundle": {
"active": false
}
}