# 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-progressbar" version = "0.8.0" exclude = [ ".github/*", "./example.gif", ] description = "Create multi sectons progressbars and use them in the bevy ui" readme = "README.md" keywords = [ "gamedev", "progressbar", "ui", "bevy_ui", ] categories = ["game-development"] license = "MIT" repository = "https://github.com/tecbeast42/bevy-progressbar" [dependencies.bevy_app] version = "0.14" [dependencies.bevy_asset] version = "0.14" [dependencies.bevy_color] version = "0.14" [dependencies.bevy_ecs] version = "0.14" [dependencies.bevy_reflect] version = "0.14" [dependencies.bevy_render] version = "0.14" [dependencies.bevy_ui] version = "0.14" [dependencies.bevy_utils] version = "0.14" [dev-dependencies.bevy] version = "0.14" features = ["bevy_dev_tools"]