bevy/crates
andristarr 9f2eabb02f
Deprecating hashbrown reexports (#11721)
# Objective

- The exported hashtypes are just re-exports from hashbrown, we want to
drop that dependency and (in the future) let the user import their own
choice.
- Fixes #11717

## Solution

- Adding a deprecated tag on the re-exports, so in future releases these
can be safely removed.
2024-02-06 18:04:46 +00:00
..
bevy_a11y
bevy_animation
bevy_app
bevy_asset
bevy_audio
bevy_core
bevy_core_pipeline
bevy_derive
bevy_diagnostic
bevy_dylib
bevy_dynamic_plugin
bevy_ecs
bevy_ecs_compile_fail_tests
bevy_encase_derive
bevy_gilrs
bevy_gizmos
bevy_gltf
bevy_hierarchy
bevy_input
bevy_internal
bevy_log
bevy_macro_utils
bevy_macros_compile_fail_tests
bevy_math
bevy_mikktspace
bevy_pbr
bevy_ptr
bevy_reflect
bevy_reflect_compile_fail_tests
bevy_render
bevy_scene
bevy_sprite
bevy_tasks
bevy_text
bevy_time
bevy_transform
bevy_ui
bevy_utils Deprecating hashbrown reexports (#11721) 2024-02-06 18:04:46 +00:00
bevy_window
bevy_winit