Dither images using wasm plugin
This commit is contained in:
parent
179d0653bb
commit
92ec72ab4b
14 changed files with 116 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue