2022-05-04 19:16:10 +00:00
|
|
|
[package]
|
|
|
|
name = "bevy_ptr"
|
2024-07-08 08:54:08 -04:00
|
|
|
version = "0.15.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 14:58:48 -06:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|
2024-03-22 20:22:52 -06:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
2024-07-30 01:10:16 +02:00
|
|
|
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition"]
|
2024-03-22 20:22:52 -06:00
|
|
|
all-features = true
|