Add: tauri frontend as bevy alternative
This commit is contained in:
11
crates/sprimo-tauri/capabilities/default.json
Normal file
11
crates/sprimo-tauri/capabilities/default.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "../gen/schemas/desktop-schema.json",
|
||||
"identifier": "default",
|
||||
"description": "Default capability for sprimo-tauri main window runtime APIs.",
|
||||
"windows": ["*"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"core:event:allow-listen",
|
||||
"core:event:allow-unlisten"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user