[package]
name = "wavefc"
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 = ["algorithms"]
[dependencies]
cgmath = "0.18.0"
rand = { version = "0.8.5", features = ["alloc"] }
[dev-dependencies]
criterion = "0.4.0"
[[bench]]
name = "main"
harness = false