# 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_debug_grid" version = "0.6.0" exclude = [ "/examples/", "/assets/", ] description = "A bevy plugin for creating grids, for debugging purposes" readme = "README.md" keywords = ["bevy"] license = "MIT OR Apache-2.0" repository = "https://github.com/romenjelly/bevy_debug_grid" [[example]] name = "default_cube" path = "examples/default_cube.rs" [[example]] name = "moving_grid" path = "examples/moving_grid.rs" [[example]] name = "changing_grid" path = "examples/changing_grid.rs" [[example]] name = "changing_grid_axis" path = "examples/changing_grid_axis.rs" [[example]] name = "dynamic_floor_grid" path = "examples/dynamic_floor_grid.rs" [[example]] name = "render_layers" path = "examples/render_layers.rs" [dependencies.bevy] version = "0.14" features = [ "bevy_render", "bevy_pbr", "bevy_asset", ] default-features = false [dev-dependencies.bevy] version = "0.14" [dev-dependencies.bevy_spectator] version = "0.6"