Skip to content

Commit b91fbb1

Browse files
committed
update tauri version :)
1 parent 85525ae commit b91fbb1

File tree

10 files changed

+1134
-2070
lines changed

10 files changed

+1134
-2070
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"@quasar/quasar-app-extension-testing-e2e-cypress": "^6.1.0",
9898
"@swc/cli": "^0.3.14",
9999
"@swc/core": "^1.6.5",
100-
"@tauri-apps/cli": "^1.1.0",
100+
"@tauri-apps/cli": "^2.0.0-rc.18",
101101
"@tauri-apps/tauricon": "github:tauri-apps/tauricon",
102102
"@types/html-to-text": "^9.0.4",
103103
"@types/js-yaml": "^4.0.5",

Diff for: public/docs/DEVELOPMENT.md

+7
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,13 @@ ctrl-shift-p then search for "format" and it will give formatting options).
126126

127127
In VS Code, we use "prettier" for all formatting options...
128128

129+
## Build GUI using tauri
130+
131+
Taskyon can be build as a desktop application using [tauri](https://tauri.app/). This is a rust-based
132+
framework and requires the following steps:
133+
134+
1. Build taskyon normally (explained in [Installation](#install-the-project))
135+
129136
## Docker
130137

131138
Taskyon has a docker image available. Building the image will download taskyons dependencies and build them inside the docker image.

Diff for: src-tauri/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Generated by Cargo
22
# will have compiled files and executables
33
/target/
4+
/gen/schemas

0 commit comments

Comments
 (0)