diff --git a/Cargo.lock b/Cargo.lock index f819074..142407b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -875,7 +875,7 @@ dependencies = [ [[package]] name = "texture-synthesis" -version = "0.7.0" +version = "0.7.1" dependencies = [ "criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", @@ -889,13 +889,13 @@ dependencies = [ [[package]] name = "texture-synthesis-cli" -version = "0.7.0" +version = "0.7.1" dependencies = [ "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", "indicatif 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "minifb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "structopt 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "texture-synthesis 0.7.0", + "texture-synthesis 0.7.1", ] [[package]] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b4632ca..838c606 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -2,7 +2,7 @@ name = "texture-synthesis-cli" description = "A CLI for texture-synthesis" repository = "https://github.com/EmbarkStudios/texture-synthesis" -version = "0.7.0" +version = "0.7.1" authors = [ "Embark ", "Anastasia Opara ", @@ -30,7 +30,7 @@ atty = "0.2.13" indicatif = "0.13.0" minifb = { version = "0.13.0", optional = true } structopt = "0.3.4" -texture-synthesis = { version = "0.7.0", path = "../lib" } +texture-synthesis = { version = "0.7.1", path = "../lib" } [features] default = [] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 00dcd13..e9f9aa2 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -2,7 +2,7 @@ name = "texture-synthesis" description = "Multiresolution Stochastic Texture Synthesis, a non-parametric example-based algorithm for image generation" repository = "https://github.com/EmbarkStudios/texture-synthesis" -version = "0.7.0" +version = "0.7.1" authors = [ "Embark ", "Anastasia Opara ",