fast image operations
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 829d4a5..10fedc0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = "fimg"
-version = "0.4.51"
+version = "0.4.52"
authors = ["bend-n <[email protected]>"]
license = "MIT"
edition = "2024"
description = "fast image operations"
-repository = "https://github.com/bend-n/fimg"
+repository = "https://git.bendn.org/fimg"
exclude = ["tdata", "benches/", ".gitignore"]
keywords = ["image", "affine", "scale", "drawing"]
categories = ["multimedia::images", "graphics"]