bevy/crates
0xc0001a2040 c38659ddea Add fmt::Pointer impl for bevy_ptr::{Ptr, PtrMut, OwnedPtr} (#6980)
# Objective

- `bevy_ptr::{Ptr, PtrMut, OwnedPtr}` wrap raw pointers and should be printable using pointer formatting.

## Solution

- Add a `core::fmt::Pointer` impl for `Ptr`, `PtrMut` and `OwnedPtr` based on the wrapped `NonNull` pointer.

---

## Changelog

- Added a `core::fmt::Pointer` impl to `Ptr`, `PtrMut` and `OwnedPtr`.

Co-authored-by: MrGunflame <mrgunflame@protonmail.com>
2022-12-20 23:18:13 +00:00
..
bevy_animation
bevy_app
bevy_asset
bevy_audio
bevy_core
bevy_core_pipeline
bevy_derive
bevy_diagnostic
bevy_dylib
bevy_dynamic_plugin
bevy_ecs Use World helper methods for sending HierarchyEvents (#6921) 2022-12-20 16:17:07 +00:00
bevy_ecs_compile_fail_tests
bevy_encase_derive
bevy_gilrs
bevy_gltf
bevy_hierarchy Use World helper methods for sending HierarchyEvents (#6921) 2022-12-20 16:17:07 +00:00
bevy_input
bevy_internal
bevy_log
bevy_macro_utils
bevy_math
bevy_mikktspace
bevy_pbr Directly extract joints into SkinnedMeshJoints (#6833) 2022-12-20 16:17:05 +00:00
bevy_ptr Add fmt::Pointer impl for bevy_ptr::{Ptr, PtrMut, OwnedPtr} (#6980) 2022-12-20 23:18:13 +00:00
bevy_reflect
bevy_render Move 'startup' Resource WgpuSettings into the RenderPlugin (#6946) 2022-12-20 16:17:11 +00:00
bevy_scene Cleanup dynamic scene before building (#6254) 2022-12-20 16:16:58 +00:00
bevy_sprite
bevy_tasks Add thread create/destroy callbacks to TaskPool (#6561) 2022-12-20 16:17:02 +00:00
bevy_text
bevy_time
bevy_transform
bevy_ui text aspect ratio bug fix (#6825) 2022-12-20 16:44:12 +00:00
bevy_utils
bevy_window
bevy_winit Apply WindowDescriptor settings in all modes (#6934) 2022-12-16 20:14:11 +00:00