From 80c6c626d6c91b3fb6faa91ddf48dcf450253d89 Mon Sep 17 00:00:00 2001 From: Jake Shadle Date: Tue, 27 Aug 2019 09:22:38 +0200 Subject: [PATCH] Fill out description field --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12754dc..04646ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "texture-synthesis" -description = "" +description = "Multiresolution Stochastic Texture Synthesis, a non-parametric example-based algorithm for image generation" repository = "https://github.com/EmbarkStudios/texture-synthesis" version = "0.1.0" authors = [