Cargo Features
[dependencies]
bevy_ecs_ldtk = { version = "0.10.0", default-features = false, features = ["derive", "atlas", "render", "external_levels", "internal_levels"] }
- default = derive, internal_levels, render
-
These default features are set whenever
bevy_ecs_ldtk
is added without
somewhere in the dependency tree.default-features = false - derive default = bevy_ecs_ldtk_macros
- atlas
-
Enables atlas of bevy_ecs_tilemap
- render default
-
Enables render of bevy_ecs_tilemap
- external_levels
-
Affects
level_locale::ExternalLevels
,level_metadata::ExternalLevelMetadata
… - internal_levels default
-
Affects
level_locale::InternalLevels
…
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.