Cargo Features

hill_vacuum_lib has no features set by default.

[dependencies]
hill_vacuum_lib = { version = "0.2.7", features = ["debug", "arena_alloc"] }
debug

Enables bevy_gizmos and dynamic_linking of bevy ^0.13

arena_alloc

Enables blink-alloc, nightly of hashbrown

Affects containers::HvVec, containers::HvHashMap, containers::HvHashSet