# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bevy_tilemap_types" version = "0.4.0" authors = ["Joshua J. Bouw "] description = "Common types used across Bevy Tilemaps" documentation = "https://docs.rs/bevy_tilemap/latest/bevy_tilemap_types/" keywords = ["bevy", "bevy_tilemap"] license = "MIT" repository = "https://github.com/joshuajbouw/bevy_tilemap" [package.metadata.docs.rs] features = ["serialize"] [dependencies.bevy_math] version = "0.4" [dependencies.bevy_render] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] serialize = ["serde"]