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 and nightly of hashbrown ^0.14
hashbrown:
Enables use of nightly features. This is only guaranteed to work on the latest version of nightly Rust.
Affects
containers::HvVec
,containers::HvHashMap
,containers::HvHashSet
…