# 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-atlas-loader" version = "0.1.0" authors = ["Johnny T. Vestergaard "] include = [ "src/", "examples/", "tests/", "LICENSE-*", "README.md", "CHANGELOG.md", ] description = """ Bevy plugin for defining and loading 2D TextureAtlas images. """ documentation = "https://docs.rs/bevy-atlas-loader" readme = "README.md" keywords = [ "bevy", "plugin", "asset", ] categories = [ "game-development", "rendering::data-formats", "graphics", "config", ] license = "MIT OR Apache-2.0" repository = "https://github.com/taurr/bevy-atlas-loader" resolver = "2" [profile.dev] opt-level = 1 [profile.dev.package."*"] opt-level = 3 [profile.release] lto = "thin" [dependencies.bevy] version = "0.7.0" features = ["render"] default-features = false [dependencies.derive_more] version = "0.99.17" [dependencies.enum_default] version = "0.2.5" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.strum] version = "0.24.0" [dev-dependencies.anyhow] version = "1.0.57" [dev-dependencies.bevy] version = "0.7.0" [dev-dependencies.bevy_common_assets] version = "0.2.0" features = ["ron"] [dev-dependencies.indoc] version = "1.0.6" [dev-dependencies.iyes_loopless] version = "0.5.1" [dev-dependencies.ron] version = "0.7.0" [dev-dependencies.strum] version = "0.24.0" features = ["derive"] [features] default = []