Skip to content
Snippets Groups Projects
Cargo.toml 330 B
Newer Older
[package]
name = "micro_autotile"
version = "0.1.0"
edition = "2021"

description = "A rusty implementation of LDTK autotiling"

authors = [
    "Louis Capitanchik <louis@microhacks.co.uk>"
]

[features]
default = ["impl_fastrand"]
impl_fastrand = ["dep:fastrand"]

[dependencies]
fastrand = { version = "1.8.0", optional = true }