Cargo Features

texel_types has no features set by default.

[dependencies]
texel_types = { version = "2.0.3", features = ["ecs_specs", "serde_support"] }
ecs_specs = specs
serde_support = serde_derive

Enables serde of big_enum_set and derive of serde

serde:

Provide derive(Serialize, Deserialize) macros.

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.

serde serde_support?
serde_derive serde_support?
specs ecs_specs?