tiled_map_web_viewer 0.5.2

A Tiled map viewer with WASM support for web deployment
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 = "2024"
name = "tiled_map_web_viewer"
version = "0.5.2"
authors = ["Bli_AIk"]
build = false
exclude = [
    "assets/",
    "dist/",
    "dev/",
    "scripts/",
    "patches/",
    ".github/",
    ".workbench/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tiled map viewer with WASM support for web deployment"
readme = false
license = "GPL-3.0-or-later"
repository = "https://github.com/Bli-AIk/tiled_map_web_viewer"

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

[[bin]]
name = "tiled_map_web_viewer"
path = "src/main.rs"

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

[dependencies.bevy]
version = "0.18"

[dependencies.bevy_ecs_tiled]
version = "0.11"

[dependencies.bevy_egui]
version = "0.39"
features = ["render"]

[dependencies.bevy_workbench]
version = "0.3"

[dependencies.egui]
version = "0.33"

[dependencies.egui_tiles]
version = "0.14"

[dependencies.quick-xml]
version = "0.39.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.zip]
version = "8.4.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.91"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.114"

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures]
version = "0.4.64"

[target.'cfg(target_arch = "wasm32")'.dependencies.web-sys]
version = "0.3"
features = [
    "Blob",
    "Document",
    "Element",
    "Event",
    "EventTarget",
    "HtmlAnchorElement",
    "HtmlElement",
    "Node",
    "Response",
    "Url",
    "Window",
    "XmlHttpRequest",
    "XmlHttpRequestResponseType",
]

[profile.release]
opt-level = "s"
lto = "thin"
codegen-units = 1