dotzuki-web 0.1.1

WASM layout-preview bridge for the dotzuki JRPG engine
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 = "2021"
name = "dotzuki-web"
version = "0.1.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WASM layout-preview bridge for the dotzuki JRPG engine"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/liuyanghejerry/dotzuki"

[features]
debug-panic-hook = ["dep:console_error_panic_hook"]
default = []
modern-audio = ["dotzuki-audio/modern-audio"]

[lib]
name = "dotzuki_web"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.dotzuki-audio]
version = "0.1.1"
features = ["serde"]

[dependencies.dotzuki-engine]
version = "0.1.1"

[dependencies.dotzuki-engine-dsl]
version = "0.1.1"

[dependencies.dotzuki-renderer]
version = "0.1.1"

[dependencies.dotzuki-ui]
version = "0.1.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.wasm-bindgen]
version = "0.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1"
optional = true