Skip to content

Commit 9b85caa

Browse files
committed
Added demo loading and other things to the backend
1 parent e930584 commit 9b85caa

20 files changed

+841
-92
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
*.icns binary
77
*.gif binary
88
*.xcf binary
9+
*.dem binary

package-lock.json

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"@tauri-apps/api": "^1.0.2",
1717
"react": "^18.2.0",
1818
"react-dom": "^18.2.0",
19+
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log#dev",
1920
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#dev"
2021
},
2122
"devDependencies": {

0 commit comments

Comments
 (0)