# 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_ldtk_asset" version = "0.6.0" authors = ["Randal Robinson "] build = false exclude = [ ".github", ".gitignore", "assets", "examples", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Bevy plugin to support LDtk files as assets!" readme = "README.md" keywords = ["bevy"] categories = [ "game-development", "game-engines", "games", "graphics", "rendering::data-formats", ] license = "MIT OR Apache-2.0" repository = "https://github.com/stinkytoe/bevy_ldtk_asset" [lib] name = "bevy_ldtk_asset" path = "src/lib.rs" [dependencies.bevy_app] version = "0.15.0" [dependencies.bevy_asset] version = "0.15.0" [dependencies.bevy_color] version = "0.15.1" [dependencies.bevy_ecs] version = "0.15.0" [dependencies.bevy_image] version = "0.15.0" [dependencies.bevy_log] version = "0.15.0" [dependencies.bevy_math] version = "0.15.0" [dependencies.bevy_reflect] version = "0.15.0" features = ["uuid"] [dependencies.bevy_sprite] version = "0.15.0" [dependencies.bevy_tasks] version = "0.15.0" [dependencies.bevy_utils] version = "0.15.0" [dependencies.either] version = "1.13" [dependencies.path-clean] version = "1.0" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "2.0" [dependencies.uuid] version = "1.11" [features] asset_events_debug = [] default = []