Cargo Features

[dependencies]
plank_ecs = { version = "0.1.1", default-features = false, features = ["parallel", "big_systems", "profiler", "keysize16", "keysize20", "keysize24", "keysize32", "ser"] }
default = keysize16

The keysize16 feature is set by default whenever plank_ecs is added without default-features = false somewhere in the dependency tree.

parallel

Enables parallel of world_dispatcher ^0.100.0

big_systems

Enables big_systems of world_dispatcher ^0.100.0

profiler

Enables profiler of world_dispatcher ^0.100.0

keysize16 default

Enables keysize16 of entity_component ^0.100.0

entity_component:

Allows for 2^16 entities

keysize20

Enables keysize20 of entity_component ^0.100.0

entity_component:

Allows for 2^20 entities

keysize24

Enables keysize24 of entity_component ^0.100.0

entity_component:

Allows for 2^24 entities

keysize32

Enables keysize32 of entity_component ^0.100.0

entity_component:

Allows for 2^32 entities

ser

Enables serde of entity_component ^0.100.0

plank_ecs has 9 features without comments.