moonshine-spawn 0.2.4

Collection of tools for spawning entities in Bevy
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "moonshine-spawn"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collection of tools for spawning entities in Bevy"
homepage = "https://github.com/Zeenobit/moonshine_spawn"
readme = "README.md"
keywords = [
    "bevy",
    "spawn",
    "prefab",
]
categories = ["game-development"]
license = "MIT"
repository = "https://github.com/Zeenobit/moonshine_spawn"

[lib]
name = "moonshine_spawn"
path = "src/lib.rs"

[dependencies.bevy_app]
version = "0.15.*"

[dependencies.bevy_ecs]
version = "0.15.*"

[dependencies.bevy_hierarchy]
version = "0.15.*"

[dependencies.bevy_reflect]
version = "0.15.*"

[dependencies.bevy_utils]
version = "0.15.*"

[dev-dependencies.bevy]
version = "0.15.*"