# 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 = "bevy_spawn_fn" version = "0.3.0" authors = ["Mincong Lu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Awesome spawning experience for bevy. """ readme = "README.md" keywords = [ "bevy", "spawn", "spawning", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mintlu8/bevy_spawn_fn" [lib] name = "bevy_spawn_fn" path = "src/lib.rs" doctest = false [[example]] name = "some_sprites" path = "examples/some_sprites.rs" [dependencies.bevy_asset] version = "0.14.0" [dependencies.bevy_ecs] version = "0.14.0" [dependencies.bevy_hierarchy] version = "0.14.0" [dependencies.bevy_spawn_fn_derive] version = "0.1" [dependencies.default-constructor] version = "0.4.2" [dependencies.scoped-tls-hkt] version = "0.1.4" [dev-dependencies.bevy] version = "0.14.0"