bevy_map_runtime 0.3.0

Runtime map rendering via bevy_ecs_tilemap for bevy_map_editor
Documentation
[dependencies.avian2d]
optional = true
version = "0.5"

[dependencies.bevy]
version = "0.18"

[dependencies.bevy_ecs_tilemap]
version = "0.18"

[dependencies.bevy_map_animation]
version = "0.3.0"

[dependencies.bevy_map_autotile]
version = "0.3.0"

[dependencies.bevy_map_core]
features = ["bevy"]
version = "0.3.0"

[dependencies.bevy_map_dialogue]
version = "0.3.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"

[features]
default = []
hot-reload = []
physics = ["avian2d"]

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

[lints.clippy]
collapsible_else_if = "allow"
collapsible_if = "allow"
derivable_impls = "allow"
field_reassign_with_default = "allow"
map_entry = "allow"
option_map_or_none = "allow"
ptr_arg = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
unnecessary_map_or = "allow"
unnecessary_owned_empty_strings = "allow"
unnecessary_to_owned = "allow"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development", "rendering"]
description = "Runtime map rendering via bevy_ecs_tilemap for bevy_map_editor"
edition = "2021"
keywords = ["bevy", "tilemap", "runtime", "rendering", "ecs"]
license = "MIT OR Apache-2.0"
name = "bevy_map_runtime"
readme = "README.md"
repository = "https://github.com/jbuehler23/bevy_map_editor"
rust-version = "1.76.0"
version = "0.3.0"