[package]
name = "procgen"
authors = ["Glenn Wallace glennw-coding@proton.me"]
version = "0.1.0"
edition = "2024"
license = "MIT"
repository = "https://github.com/Stack-Syndicate/procgen"
readme = "README.md"
description = "A collection of useful procedural generation algorithms for creating art."
categories = ["multimedia", "algorithms", "game-development"]
keywords = ["procedural", "generation", "games", "art"]
[dependencies]
anyhow = "1.0.102"
bitvec = "1.0.1"
bytemuck = "1.25.0"
image = {version = "0.25.10", optional = true}
paraxis = "0.8.9"
rand = "0.10.0"
rayon = "1.11.0"
[features]
image = ["dep:image"]
default = ["image"]