Upgraded to Tauri 2.0

- Added EUPL 1.2
This commit is contained in:
Tony Bark 2024-11-13 16:25:57 -05:00
parent ebfe2d644c
commit 17a5599067
11 changed files with 1866 additions and 1128 deletions

6
package.json Normal file
View file

@ -0,0 +1,6 @@
{
"dependencies": {
"@tauri-apps/cli": "^2.1.0",
"@tauri-apps/plugin-shell": "~2"
}
}