Add image-convert crate

This commit is contained in:
2024-09-29 17:52:32 -04:00
parent b9551e5bee
commit 9927b94d59
2 changed files with 232 additions and 1 deletions

View File

@ -41,6 +41,7 @@ log = { version = "0.4.21", optional = true }
flexi_logger = { version = "0.28.0", optional = true, default-features = false }
web-sys = "0.3.69"
leptos-use = "0.13.5"
image-convert = { version = "0.18.0", optional = true, default-features = false }
[patch.crates-io]
gloo-net = { git = "https://github.com/rustwasm/gloo.git", rev = "a823fab7ecc4068e9a28bd669da5eaf3f0a56380" }
@ -76,6 +77,7 @@ ssr = [
"log",
"flexi_logger",
"leptos-use/ssr",
"image-convert",
]
# Defines a size-optimized profile for the WASM bundle in release mode