fast image operations
bump for docs
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "fimg" -version = "0.4.53" +version = "0.4.54" authors = ["bend-n <[email protected]>"] license = "MIT" edition = "2024" @@ -83,3 +83,4 @@ incremental = true [package.metadata.docs.rs] all-features = true +rustdoc-args = ["--generate-link-to-definition"] |