# 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 = "iyes_scene_tools" version = "0.2.0" exclude = ["assets"] description = "Extra helpers for working with Bevy Scenes" readme = "README.md" keywords = [ "gamedev", "bevy", ] categories = ["game-engines"] license = "MIT OR Apache-2.0" repository = "https://github.com/IyesGames/iyes_scene_tools" [dependencies.bevy] version = "0.9" features = [ "bevy_scene", "bevy_asset", ] default-features = false [dependencies.ron] version = "0.8.0" [dependencies.thiserror] version = "1.0.37"