Image/Cargo.toml
LongYinan f52fd45245
feat(image): provide fast resize method (#34)
* feat: provide a way to fast resize image with SIMD

* Update

* Update x86_64-unknown-linux-gnu build

* Optimize

* Add fast resize to Transformer

* Resolve conflict
2023-01-14 18:39:54 +08:00

7 lines
94 B
TOML

[workspace]
members = ["./packages/binding"]
[profile.release]
lto = 'fat'
codegen-units = 1