wavefc-cli 3.0.0

A home-grown implementation of the Wave Function Collapse algorithm.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "wavefc-cli"
authors = ["Zachary Morden"]
version = "3.0.0"
edition = "2021"
license = "MIT"
description = "A home-grown implementation of the Wave Function Collapse algorithm."
readme = "../README.md"
repository = "https://github.com/SetKu/WaveFuncCollapse"
keywords = ["wave", "collapse", "procedural", "generation"]
categories = ["command-line-interface"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.0.18", features = ["cargo"] }
wavefc = { version = "3.0" }