e
Diffstat (limited to 'Cargo.toml')
| -rwxr-xr-x | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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'] |