# 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_ecs_ldtk" version = "0.10.0" authors = ["Trevor Lovell "] exclude = [ "assets/*", "repo/*", "scripts/*", ] description = "An ECS-friendly ldtk plugin for bevy." readme = "README.md" keywords = [ "bevy", "ldtk", "game", "gamedev", "map-editor", ] categories = ["game-development"] license = "MIT OR Apache-2.0" repository = "https://github.com/Trouv/bevy_ecs_ldtk" [package.metadata.docs.rs] all-features = true [[example]] name = "platformer" path = "examples/platformer/main.rs" [[example]] name = "field_instances" path = "examples/field_instances/main.rs" [[example]] name = "collectathon" path = "examples/collectathon/main.rs" [dependencies.bevy] version = "0.14" features = ["bevy_sprite"] default-features = false [dependencies.bevy_ecs_ldtk_macros] version = "0.10.0" optional = true [dependencies.bevy_ecs_tilemap] version = "0.14.0" default-features = false [dependencies.derive-getters] version = "0.3.0" [dependencies.derive_more] version = "0.99.17" [dependencies.paste] version = "1.0" [dependencies.path-clean] version = "1.0.1" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.bevy] version = "0.14" [dev-dependencies.bevy-inspector-egui] version = "0.25" [dev-dependencies.bevy_rapier2d] version = "0.27.0" [dev-dependencies.fake] version = "2.8.0" features = ["uuid"] [dev-dependencies.rand] version = "0.8" [features] atlas = ["bevy_ecs_tilemap/atlas"] default = [ "derive", "render", "internal_levels", ] derive = ["bevy_ecs_ldtk_macros"] external_levels = [] internal_levels = [] render = ["bevy_ecs_tilemap/render"]