waveflow-img 0.1.0

A simpler Wave Function Collapse tool which uses YAML and an image and as input.
[[bin]]
name = "waveflow-img"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.41"

[dependencies.image]
version = "0.25.6"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_yaml]
version = "0.9.34"

[package]
authors = ["Neo Mannskär neo@mannskar.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics", "algorithms", "command-line-utilities"]
description = "A simpler Wave Function Collapse tool which uses YAML and an image and as input."
edition = "2024"
homepage = "https://github.com/Ashen-Interactive/waveflow-img"
keywords = ["wfc", "image", "procedural", "generation", "cli"]
license = "Apache-2.0"
name = "waveflow-img"
readme = "README.md"
repository = "https://github.com/Ashen-Interactive/waveflow-img"
version = "0.1.0"