tauri sample

This commit is contained in:
Adrian Osterwind 2024-11-12 13:57:08 +01:00
parent d377de0999
commit 41f011ed58
38 changed files with 302 additions and 5139 deletions

View file

@ -0,0 +1,10 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"core:default",
"shell:allow-open"
]
}