Cargo Features
[dependencies]
bevy_archive = { version = "0.2.1", default-features = false, features = ["bevy", "flecs", "arrow_rs"] }
- default = bevy
-
The
bevyfeature is set by default wheneverbevy_archiveis added withoutsomewhere in the dependency tree.default-features = false - bevy default
- flecs
-
Affects
world_snapshot::flecs,bevy_archive::flecs_archsnaphot,bevy_archive::flecs_registry… - arrow_rs
-
Enables arrow ^56.1.0, bytemuck, bytes, parquet ^56.1.0, serde_arrow, serde_bytes, and zip ^5.1.1
Affects
snapshot_factory::SnapshotFactory.arrow,bevy_registry::vec_snapshot_factory,codec::arrow,snapshot_factory::SnapshotFactory.arrow,bevy_archive::binary_archive,bevy_archive::arrow_snapshot…