Cargo Features
[dependencies]
micro_autotile = { version = "0.1.0", default-features = false, features = ["impl_fastrand"] }
- default = impl_fastrand
-
The
impl_fastrand
feature is set by default whenevermicro_autotile
is added without
somewhere in the dependency tree.default-features = false - impl_fastrand default
-
Enables fastrand ^1.8.0
micro_autotile has 2 features without comments.