# 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_fast_tilemap" version = "0.8.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A GPU accelerated tilemap for bevy" readme = "README.md" license = "MIT" repository = "https://github.com/Droggelbecher/bevy-fast-tilemap" [lib] name = "bevy_fast_tilemap" path = "src/lib.rs" [[example]] name = "animation" path = "examples/animation.rs" [[example]] name = "animation_custom_shader" path = "examples/animation_custom_shader.rs" [[example]] name = "bench" path = "examples/bench.rs" [[example]] name = "custom_mesh" path = "examples/custom_mesh.rs" [[example]] name = "custom_shader_code" path = "examples/custom_shader_code.rs" [[example]] name = "dominance" path = "examples/dominance.rs" [[example]] name = "iso" path = "examples/iso.rs" [[example]] name = "iso_dominance" path = "examples/iso_dominance.rs" [[example]] name = "iso_perspective" path = "examples/iso_perspective.rs" [[example]] name = "multiple_shaders" path = "examples/multiple_shaders.rs" [[example]] name = "pattern" path = "examples/pattern.rs" [[example]] name = "test_screen_door_effect" path = "examples/test_screen_door_effect.rs" [[example]] name = "updates" path = "examples/updates.rs" [dependencies.bevy] version = "0.14.*" [dependencies.num] version = "0.4.*" [dependencies.rand] version = "0.8.*" [dev-dependencies.bevy] version = "0.14" [dev-dependencies.bevy-inspector-egui] version = "0.25.2"