[package]
name = "simple_wfc"
authors = [ "Finn Bear" ]
version = "0.1.0-alpha.7"
description = "A simple implementation of wave-function collapse for procedural generation"
repository = "https://github.com/finnbear/wfc"
license = "MIT OR Apache-2.0"
readme = "README.md"
edition = "2021"
keywords = ["gamedev", "procgen", "wave", "function", "collapse"]
categories = ["algorithms", "mathematics", "game-development"]
exclude = [
"Cargo.lock",
"target",
"procedural_texture.png",
".vscode",
"Makefile",
]
[dependencies]
bit-vec = "0.8.0"
fxhash = "0.2.1"
rand = "0.8.5"
[dev-dependencies]
image = "0.24.2"
pprof = { version = "0.15", features = ["flamegraph"] }