diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index c3fd07c..45471a0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -15,7 +15,7 @@ tauri-build = { version = "1.5.1", features = [] } serde = { version = "1.0", features = ["derive"] } # For serialization serde_json = "1.0" # For json serialization tauri = { version = "1.6", 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 +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