[package] name = "wfc" description = "Generate images using Wave Function Collapse" version = "0.10.7" authors = ["Stephen Sherratt "] license = "MIT" readme = "README.md" homepage = "https://github.com/gridbugs/wfc.git" repository = "https://github.com/gridbugs/wfc.git" documentation = "https://docs.rs/wfc" edition = "2021" [features] parallel = ["rayon", "rand_xorshift"] js = ["getrandom/js"] [dependencies] rand = "0.8" hashbrown = "0.13" coord_2d = "0.3" grid_2d = "0.15" direction = "0.18" rayon = { version = "1.3", optional = true } rand_xorshift = { version = "0.3", optional = true } getrandom = "0.2"