# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "bevy_ldtk" version = "0.5.0" authors = ["Zicklag "] description = "A Bevy plugin for reading the LDtk 2D tile map format." documentation = "https://docs.rs/bevy_ldtk" readme = "README.md" keywords = ["gamedev", "map-editor", "tile", "bevy", "2D"] categories = ["games", "game-development", "parser-implementations"] license-file = "LICENSE.md" repository = "https://github.com/katharostech/bevy_ldtk" [dependencies.anyhow] version = "1.0.37" [dependencies.bevy] version = "0.5" features = ["render"] default-features = false [dependencies.ldtk] version = "0.3" [dependencies.serde_json] version = "1.0.61" [dependencies.thiserror] version = "1.0.23" [dev-dependencies.bevy] version = "0.5" default-features = true [features] default = []