# 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 = "2018" name = "bevy_progress_bar" version = "0.9.0" authors = ["Ansho Rei "] exclude = [ "examples/*", "assets/*", ] description = "Easy ninepatch progress bar in bevy" homepage = "http://github.com/Anshorei/bevy_rei" documentation = "http://github.com/Anshorei/bevy_rei" readme = "README.md" keywords = [ "loading", "2d", "gamedev", "bevy", ] categories = ["game-engines"] license-file = "LICENSE" repository = "http://github.com/Anshorei/bevy_rei" resolver = "2" [[example]] name = "progress_bar" path = "examples/progress_bar.rs" [dependencies.bevy] version = "0.9" default-features = false [dependencies.bevy_ninepatch] version = "0.9" [dependencies.spirv_headers] version = ">= 1.5.0, < 1.5.1" [dev-dependencies.bevy] version = "0.9" features = ["render"] default-features = true