# 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_infinite_grid" version = "0.13.1" authors = [ "Nile ", "Foresight Mining Software Corporation", ] description = "A 3D infinite grid for Bevy" documentation = "https://docs.rs/bevy_infinite_grid" readme = "README.md" keywords = ["bevy"] license = "MIT OR Apache-2.0" repository = "https://github.com/ForesightMiningSoftwareCorporation/bevy_infinite_grid" [dependencies.bevy] version = "0.14.0" features = [ "bevy_render", "bevy_core_pipeline", "bevy_pbr", "bevy_asset", ] default-features = false [dev-dependencies.bevy] version = "0.14.0" features = [ "bevy_winit", "x11", "tonemapping_luts", "ktx2", "zstd", ] default-features = false