mirror of
https://github.com/Brooooooklyn/Image.git
synced 2025-12-08 18:36:03 +00:00
* 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
7 lines
94 B
TOML
7 lines
94 B
TOML
[workspace]
|
|
members = ["./packages/binding"]
|
|
|
|
[profile.release]
|
|
lto = 'fat'
|
|
codegen-units = 1
|