2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-03-07 16:57:31 +00:00
bevy/crates
James Liu 2179a3ebf4 Make Entity::to_bits const ()
# Objective
Fix . Most of these methods were already made `const` in . `Entity::to_bits` is the only one that remained.

## Solution
Make it const.
2022-11-12 16:15:04 +00:00
..
bevy_animation Revert "Show prelude re-exports in docs ()" () 2022-11-02 20:40:45 +00:00
bevy_app Revert "Show prelude re-exports in docs ()" () 2022-11-02 20:40:45 +00:00
bevy_asset Macro for Loading Internal Binary Assets () 2022-11-07 19:44:15 +00:00
bevy_audio Revert "Show prelude re-exports in docs ()" () 2022-11-02 20:40:45 +00:00
bevy_core make register on TypeRegistry idempotent () 2022-11-05 16:43:15 +00:00
bevy_core_pipeline Better bloom default settings () 2022-11-11 23:46:45 +00:00
bevy_derive Bump Version after Release () 2022-08-05 02:03:05 +00:00
bevy_diagnostic Add Exponential Moving Average into diagnostics () 2022-10-24 13:46:37 +00:00
bevy_dylib Bump Version after Release () 2022-08-05 02:03:05 +00:00
bevy_dynamic_plugin bevy_dynamic_plugin: make it possible to handle loading errors () 2022-11-01 11:35:44 +00:00
bevy_ecs Make Entity::to_bits const () 2022-11-12 16:15:04 +00:00
bevy_ecs_compile_fail_tests Fix trybuild tests broken by rust 1.65 () 2022-11-03 15:09:27 +00:00
bevy_encase_derive Update glam 0.22, hexasphere 8.0, encase 0.4 () 2022-11-07 19:44:13 +00:00
bevy_gilrs feat: add GamepadInfo, expose gamepad names () 2022-10-24 14:33:50 +00:00
bevy_gltf fix nightly clippy warnings () 2022-10-28 21:03:01 +00:00
bevy_hierarchy Fix unsound EntityMut::remove_children. Add EntityMut::world_scope () 2022-11-04 17:30:40 +00:00
bevy_input Revert "Show prelude re-exports in docs ()" () 2022-11-02 20:40:45 +00:00
bevy_internal Revert "Show prelude re-exports in docs ()" () 2022-11-02 20:40:45 +00:00
bevy_log Revert "Show prelude re-exports in docs ()" () 2022-11-02 20:40:45 +00:00
bevy_macro_utils fix nightly clippy warnings () 2022-10-28 21:03:01 +00:00
bevy_math Update glam 0.22, hexasphere 8.0, encase 0.4 () 2022-11-07 19:44:13 +00:00
bevy_mikktspace Update glam 0.22, hexasphere 8.0, encase 0.4 () 2022-11-07 19:44:13 +00:00
bevy_pbr Fix color banding by dithering image before quantization () 2022-11-11 19:43:45 +00:00
bevy_ptr Bump Version after Release () 2022-08-05 02:03:05 +00:00
bevy_reflect Update glam 0.22, hexasphere 8.0, encase 0.4 () 2022-11-07 19:44:13 +00:00
bevy_render Ignore Timeout errors on Linux AMD & Intel () 2022-11-12 08:06:56 +00:00
bevy_scene bevy_reflect: Binary formats () 2022-11-04 02:22:54 +00:00
bevy_sprite Fix color banding by dithering image before quantization () 2022-11-11 19:43:45 +00:00
bevy_tasks fix: explicitly specify required version of async-task () 2022-11-07 21:43:07 +00:00
bevy_text UI scaling fix () 2022-11-05 13:51:12 +00:00
bevy_time TaskPool Panic Handling () 2022-11-02 23:40:08 +00:00
bevy_transform TaskPool Panic Handling () 2022-11-02 23:40:08 +00:00
bevy_ui Fix panic when the primary window is closed () 2022-11-12 01:28:31 +00:00
bevy_utils Remove Sync bound from Local () 2022-09-12 04:15:55 +00:00
bevy_window Add send_event and friends to WorldCell () 2022-11-07 21:25:31 +00:00
bevy_winit Move the cursor's origin back to the bottom-left () 2022-11-10 20:10:51 +00:00