Skip to content

Commit

Permalink
Mega refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvbeek committed Dec 16, 2022
1 parent f8205d9 commit b1f0c90
Show file tree
Hide file tree
Showing 24 changed files with 779 additions and 416 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"@headlessui/vue": "^1.7.5",
"@heroicons/vue": "^2.0.13",
"@tauri-apps/api": "^1.2.0",
"pinia": "^2.0.28",
"vue": "^3.2.45"
},
"devDependencies": {
Expand Down
174 changes: 174 additions & 0 deletions src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = ["you"]
license = "GPL-3.0"
repository = ""
default-run = "app"
edition = "2018"
edition = "2021"
build = "src/build.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -25,6 +25,9 @@ chrono = "0.4"
futures-util = "0.3.25"
image = "0.24.5"
base64 = "0.20.0"
zip = "0.6.3"
anyhow = "1.0"
walkdir = "2.3.2"

[features]
default = [ "custom-protocol" ]
Expand Down
Loading

0 comments on commit b1f0c90

Please sign in to comment.