Skip to content

Commit

Permalink
chore(deps): update rust crate tauri to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 28, 2023
1 parent 6d29a46 commit 7f85241
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 20 deletions.
90 changes: 71 additions & 19 deletions src-tauri/Cargo.lock

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

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tauri-build = { version = "1.4.0", features = [] }
[dependencies]
serde = { version = "1.0", features = ["derive"] } # For serialization
serde_json = "1.0" # For json serialization
tauri = { version = "1.4", features = ["dialog-open", "fs-read-file", "fs-write-file", "updater"] } # As UI framework
tauri = { version = "1.5", features = ["dialog-open", "fs-read-file", "fs-write-file", "updater"] } # As UI framework
image = "0.24" # Image lib, here used for binarizing and scaling images
vtracer = { git = "https://github.com/RouHim/vtracer" } # Generates vector images from raster images
visioncortex = "0.8" # Helper library for vtracer
Expand Down

0 comments on commit 7f85241

Please sign in to comment.