This repository has been archived by the owner on Oct 28, 2023. It is now read-only.
generated from EmbarkStudios/opensource-template
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from EmbarkStudios/release
Prepare release 0.6.0
- Loading branch information
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "texture-synthesis-cli" | ||
description = "A CLI for texture-synthesis" | ||
repository = "https://github.com/EmbarkStudios/texture-synthesis" | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
authors = [ | ||
"Embark <[email protected]>", | ||
"Anastasia Opara <[email protected]>", | ||
|
@@ -30,7 +30,7 @@ atty = "0.2.13" | |
indicatif = "0.12.0" | ||
minifb = { version = "0.13.0", optional = true } | ||
structopt = "0.3.0" | ||
texture-synthesis = { version = "0.5.0", path = "../lib" } | ||
texture-synthesis = { version = "0.6.0", path = "../lib" } | ||
|
||
[features] | ||
default = [] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.5.0" | ||
version = "0.6.0" | ||
authors = [ | ||
"Embark <[email protected]>", | ||
"Anastasia Opara <[email protected]>", | ||
|