bevy_2d_grid 0.2.0

A infinite 2D grid for Bevy
Documentation
# 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_2d_grid"
version = "0.2.0"
authors = ["David Illing <dilling123@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A infinite 2D grid for Bevy"
documentation = "https://docs.rs/bevy_2d_grid"
readme = "README.md"
keywords = ["bevy"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dilling/bevy_2d_grid"

[lib]
name = "bevy_2d_grid"
path = "src/lib.rs"

[[example]]
name = "render_layers"
path = "examples/render_layers.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[dependencies.bevy]
version = "0.18.0"
features = [
    "bevy_render",
    "bevy_core_pipeline",
    "bevy_pbr",
    "bevy_asset",
    "bevy_image",
    "bevy_log",
]
default-features = false

[dev-dependencies.bevy]
version = "0.18.0"
features = [
    "bevy_winit",
    "bevy_window",
    "bevy_sprite",
    "x11",
    "tonemapping_luts",
    "ktx2",
    "zstd_rust",
]
default-features = false