2022-05-04 19:16:10 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_ptr"
|
2024-02-21 20:58:59 +00:00
|
|
|
version = "0.14.0-dev"
|
2022-05-04 19:16:10 +00:00
|
|
|
edition = "2021"
|
|
|
|
description = "Utilities for working with untyped pointers in a more safe way"
|
|
|
|
homepage = "https://bevyengine.org"
|
|
|
|
repository = "https://github.com/bevyengine/bevy"
|
|
|
|
license = "MIT OR Apache-2.0"
|
2022-05-16 17:45:10 +00:00
|
|
|
keywords = ["bevy", "no_std"]
|
2022-05-04 19:16:10 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-11-18 20:58:48 +00:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
2024-03-23 02:22:52 +00:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
rustdoc-args = ["-Zunstable-options", "--cfg", "docsrs"]
|
|
|
|
all-features = true
|