# 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_progress" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Bevy plugin to help implement loading states" readme = "README.md" keywords = [ "game", "gamedev", "bevy", ] categories = ["game-engines"] license = "MIT OR Apache-2.0" repository = "https://github.com/IyesGames/iyes_progress" [lib] name = "iyes_progress" path = "src/lib.rs" [[example]] name = "dummy" path = "examples/dummy.rs" [[example]] name = "full" path = "examples/full.rs" required-features = ["assets"] [dependencies.bevy_app] version = "0.14" [dependencies.bevy_asset] version = "0.14" optional = true [dependencies.bevy_ecs] version = "0.14" [dependencies.bevy_log] version = "0.14" optional = true [dependencies.bevy_state] version = "0.14" [dependencies.bevy_utils] version = "0.14" [dev-dependencies.bevy] version = "0.14" [features] assets = ["bevy_asset"] debug = ["bevy_log"]