[dependencies.bevy]
default-features = false
features = ["std", "bevy_log"]
version = "0.17"
[dependencies.smallvec]
version = "1.13"
[dev-dependencies.bevy]
features = ["file_watcher"]
version = "0.17"
[[example]]
name = "basic"
path = "examples/basic.rs"
[lib]
name = "bevy_entity_graph"
path = "src/lib.rs"
[package]
authors = ["Josiah Putman <joshikatsu@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Create graphs of entities in the Bevy game engine."
documentation = "https://docs.rs/bevy_entity_graph/latest/bevy_entity_graph"
edition = "2024"
exclude = ["assets/*"]
homepage = "https://github.com/Katsutoshii/bevy_entity_graph"
keywords = ["bevy"]
license = "MIT OR Apache-2.0"
name = "bevy_entity_graph"
readme = "README.md"
repository = "https://github.com/Katsutoshii/bevy_entity_graph"
version = "0.2.0"
[profile.dev]
opt-level = 1
strip = "debuginfo"
[profile.dev.package."*"]
debug = 0
opt-level = 3