bevy/crates/bevy_ptr/Cargo.toml
Carter Anderson 7e9d6d852b
bevyengine.org -> bevy.org (#19503)
We have acquired [bevy.org](https://bevy.org) and the migration has
finished! Meaning we can now update all of the references in this repo.
2025-06-05 23:09:28 +00:00

20 lines
472 B
TOML

[package]
name = "bevy_ptr"
version = "0.16.0-dev"
edition = "2024"
description = "Utilities for working with untyped pointers in a more safe way"
homepage = "https://bevy.org"
repository = "https://github.com/bevyengine/bevy"
license = "MIT OR Apache-2.0"
keywords = ["bevy", "no_std"]
rust-version = "1.85.0"
[dependencies]
[lints]
workspace = true
[package.metadata.docs.rs]
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition"]
all-features = true