Utilities for working with untyped pointers in a safer way within the Bevy engine.
# Cargo.toml
[dependencies]
bevy_ptr = "0.18.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create and use a typed pointer from an untyped one
Always ensure correct alignment and lifetime when using Ptr.
No dependency data recorded yet.