Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bevyengine
GitHub Repository: bevyengine/bevy
Path: blob/main/crates/bevy_ptr/Cargo.toml
6601 views
1
[package]
2
name = "bevy_ptr"
3
version = "0.17.0-dev"
4
edition = "2024"
5
description = "Utilities for working with untyped pointers in a more safe way"
6
homepage = "https://bevy.org"
7
repository = "https://github.com/bevyengine/bevy"
8
license = "MIT OR Apache-2.0"
9
keywords = ["bevy", "no_std"]
10
rust-version = "1.85.0"
11
12
[dependencies]
13
14
[lints]
15
workspace = true
16
17
[package.metadata.docs.rs]
18
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition"]
19
all-features = true
20
21