[dependencies.fastrand]
optional = true
version = "1.9.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1"
[features]
default = ["impl_fastrand"]
impl_fastrand = ["dep:fastrand"]
serde = ["dep:serde"]
[lib]
name = "micro_autotile"
path = "src/lib.rs"
[package]
authors = ["Louis Capitanchik <louis@microhacks.co.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A rusty implementation of LDTK autotiling"
edition = "2021"
license = "Apache-2.0"
name = "micro_autotile"
readme = "README.md"
repository = "https://lab.lcr.gr/microhacks/micro_autotile"
version = "0.3.0"