# 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_bundletree" version = "0.1.2" authors = ["Josiah Putman "] description = "Spawn trees of bundles in the Bevy game engine." homepage = "https://github.com/Katsutoshii/bevy_bundletree" documentation = "https://docs.rs/bevy_bundletree/latest/bevy_bundletree" readme = "README.md" keywords = ["bevy"] license = "MIT OR Apache-2.0" repository = "https://github.com/Katsutoshii/bevy_bundletree" [[example]] name = "ui" [dependencies.bevy] version = "0.14" [dependencies.bevy_bundletree_derive] version = "0.1"