Dither images using wasm plugin

This commit is contained in:
Joscha 2025-03-01 02:17:03 +01:00
parent 179d0653bb
commit 92ec72ab4b
14 changed files with 116 additions and 15 deletions

View file

@ -6,9 +6,11 @@ edition = { workspace = true }
[lib]
crate-type = ["cdylib"]
[dependencies.wasm-minimal-protocol]
git = "https://github.com/astrale-sharp/wasm-minimal-protocol.git"
rev = "90336ebf2d99844fd8f8e99ea7096af96526cbf4"
[dependencies]
image = { workspace = true, features = ["png"] }
mark = { workspace = true }
palette = { workspace = true }
wasm-minimal-protocol = { workspace = true }
[profile.release]
lto = true # Enable link-time optimization