fast image operations
| -rw-r--r-- | Cargo.toml | 6 | ||||
| -rw-r--r-- | src/lib.rs | 2 |
2 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ [package] name = "fimg" -version = "0.4.48" +version = "0.4.49" authors = ["bend-n <[email protected]>"] license = "MIT" edition = "2024" @@ -27,7 +27,7 @@ wgpu = { version = "0.19.1", default-features = false, optional = true } atools = "0.1.4" qwant = { version = "1.0.0", optional = true } libc = "0.2.154" -hinted = { version = "0.0.2", features = ["nightly"] } +hinted = { version = "1.0.0", features = ["nightly"] } lower = "0.2.0" array_chunks = "1.0.0" car = "0.1.3" @@ -48,7 +48,7 @@ harness = false [[bench]] name = "drawing" path = "benches/drawing.rs" -harness = false +# harness = false [[bench]] name = "affine_transformations" @@ -64,8 +64,8 @@ portable_simd, array_windows, const_convert, - doc_auto_cfg, try_blocks, + doc_cfg, test )] #![warn( |