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.9.0", optional = true }