feat: cargo project at root

This commit is contained in:
binarybaron 2024-08-08 00:45:26 +02:00
parent bde04fbd76
commit 8c4531cfd3
No known key found for this signature in database
GPG key ID: 99B75D3E1476A26E
493 changed files with 9665 additions and 1795 deletions

View file

@ -1,17 +1,7 @@
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": [
"path:default",
"event:default",
"window:default",
"app:default",
"image:default",
"resources:default",
"menu:default",
"tray:default",
"shell:allow-open"
]
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"permissions": ["shell:allow-open"]
}