Cargo Features
bevy_tileset_map has no features set by default.
[dependencies]
bevy_tileset_map = { version = "0.5.0", features = ["variants", "auto-tile", "serialization"] }
- variants auto-tile?
-
Enables Variant tiles
Enables variants of bevy_tileset ^0.4
- auto-tile = variants
-
Enables Auto tiles
Enables auto-tile of bevy_tileset ^0.4
- serialization = serde
-
Enables tilemap serialization
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.