Skip to content

Commit

Permalink
chore(deps): update rust crate tauri to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 18, 2024
1 parent 40a23c4 commit c54b59f
Showing 1 changed file with 1 addition and 1 deletion.
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.5", features = [] }
[dependencies]
serde = { version = "1.0", features = ["derive"] } # For serialization
serde_json = "1.0" # For json serialization
tauri = { version = "1.7", features = ["dialog-open", "fs-read-file", "fs-write-file", "updater"] } # As UI framework
tauri = { version = "2.0", features = ["dialog-open", "fs-read-file", "fs-write-file", "updater"] } # As UI framework
image = "0.25" # 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 c54b59f

Please sign in to comment.