wfc_image 0.8.0

Create patterns for wfc using image files
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "wfc_image"
version = "0.8.0"
authors = ["Stephen Sherratt <stephen@sherra.tt>"]
description = "Create patterns for wfc using image files"
homepage = "https://github.com/stevebob/wfc.git"
documentation = "https://docs.rs/wfc_image"
readme = "README.md"
license = "MIT"
repository = "https://github.com/stevebob/wfc.git"

[[example]]
name = "simple"

[[example]]
name = "very_simple"

[[example]]
name = "flowers"

[[example]]
name = "animate"
[dependencies.coord_2d]
version = "0.2"

[dependencies.grid_2d]
version = "0.12"

[dependencies.image]
version = "0.21"

[dependencies.rand]
version = "0.6"

[dependencies.wfc]
version = "0.7"
[dev-dependencies.pixel_grid]
version = "0.5"

[dev-dependencies.rand_xorshift]
version = "0.1"

[dev-dependencies.simon]
version = "0.2"