# 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_tileset" version = "0.8.0" authors = ["Gino Valente "] exclude = [ "assets/**/*", ".github/**/*", "screenshots/**/*", ] description = "Simple, configurable tilesets in Bevy using RON" readme = "README.md" keywords = [ "bevy", "tileset", "auto", "variant", "tile", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/MrGVSV/bevy_tileset" [dependencies.bevy_tileset_core] version = "0.8" [dependencies.bevy_tileset_tiles] version = "0.8" [dev-dependencies.bevy] version = "0.11" [dev-dependencies.ron] version = "0.8" [features] auto-tile = [ "variants", "bevy_tileset_core/auto-tile", ] default = [] variants = ["bevy_tileset_core/variants"]