# 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_simple_tilemap" version = "0.15.0" authors = ["Forb.Jok "] description = "Refreshingly simple tilemap implementation for Bevy Engine." readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/forbjok/bevy_simple_tilemap.git" [dependencies.bevy] version = "0.14.0" features = [ "bevy_asset", "bevy_core_pipeline", "bevy_pbr", "bevy_render", "bevy_sprite", ] default-features = false [dependencies.bitflags] version = "2.6.0" [dependencies.bytemuck] version = "1.16.1" [dev-dependencies.bevy] version = "0.14.0" features = [ "x11", "png", ] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.rayon] version = "1.10.0"