This project manages its dependencies using Cargo.
Learn more
Cargo.toml 411 B
[package]
name = "micro_autotile"
version = "0.1.0"
edition = "2021"
license = "Apache-2.0"
description = "A rusty implementation of LDTK autotiling"
authors = [
"Louis Capitanchik <louis@microhacks.co.uk>"
]
repository = "https://lab.lcr.gr/microhacks/micro_autotile"
[features]
default = ["impl_fastrand"]
impl_fastrand = ["dep:fastrand"]
[dependencies]
fastrand = { version = "1.9.0", optional = true }