# 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 = "spew" version = "0.6.0" authors = ["Jan Hohenheim "] build = false exclude = [ "assets", "docs", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple helper for spawning objects in Bevy." readme = "README.md" keywords = [ "bevy", "spawning", "spawn", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/janhohenheim/spew" [lib] name = "spew" path = "src/lib.rs" [[example]] name = "delayed" path = "examples/delayed.rs" [[example]] name = "minimal" path = "examples/minimal.rs" [[example]] name = "multiple_enums" path = "examples/multiple_enums.rs" [[example]] name = "multiple_spawners" path = "examples/multiple_spawners.rs" [[example]] name = "passing_data" path = "examples/passing_data.rs" [[example]] name = "passing_different_data" path = "examples/passing_different_data.rs" [[example]] name = "query_after_spawn" path = "examples/query_after_spawn.rs" [dependencies.bevy] version = "0.14.0" default-features = false [dev-dependencies.bevy] version = "0.14.0" features = [ "bevy_asset", "bevy_winit", "x11", "bevy_render", "bevy_core_pipeline", "bevy_scene", "bevy_sprite", "bevy_ui", ] default-features = false