# 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 = "grid_plane" version = "0.1.2" authors = ["Georgios Chatoutsidis"] description = "Grid plane for the bevy game engine" readme = "README.md" keywords = [ "grid_plane", "bevy", "mesh", "gamedev", "graphics", ] categories = [ "game-development", "games", "graphics", ] license = "MIT" repository = "https://github.com/George35mk/grid_plane" [[example]] name = "grid_plane_default" path = "examples/grid_plane_default.rs" [[example]] name = "grid_plane_with_options" path = "examples/grid_plane_with_options.rs" [[example]] name = "grid_plane_with_some_options" path = "examples/grid_plane_with_some_options.rs" [dependencies.bevy] version = "0.10" features = [ "bevy_render", "bevy_asset", "bevy_pbr", ] default-features = false [dev-dependencies.bevy] version = "0.10"