working on rust svelte integration

This commit is contained in:
Iaphetes 2024-11-12 21:58:31 +01:00
parent 41f011ed58
commit 49deafd8a2
4 changed files with 5003 additions and 3 deletions

View file

@ -2,9 +2,13 @@
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["main"],
"windows": [
"main"
],
"permissions": [
"core:default",
"shell:allow-open"
"shell:allow-open",
"fs:default",
"fs:default"
]
}
}