e
Diffstat (limited to 'Cargo.toml')
-rwxr-xr-xCargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d580fa8..f1a38aa 100755
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,11 @@
[package]
name = 'slur'
-version = '0.1.0'
+version = '0.1.1'
authors = ['LoganDark']
-edition = '2021'
+edition = '2024'
description = 'A fast, iterative, correct approach to Stackblur, resulting in a very smooth and high-quality output, with no edge bleeding'
readme = 'README.md'
-repository = 'https://github.com/bend-n/slur'
+repository = 'https://git.bendn.org/slur'
license = 'MIT'
keywords = ['stackblur', 'blur', 'gaussian']
categories = ['algorithms', 'graphics', 'rendering']