superui_api 0.2.1

Standards-shaped DOM/Web API surface for bevy_superui's JS 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 = "superui_api"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standards-shaped DOM/Web API surface for bevy_superui's JS engine"
readme = false
keywords = [
    "bevy",
    "ui",
    "dom",
    "javascript",
    "gamedev",
]
categories = ["game-development"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/strowk/bevy_superui"

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

[dependencies.boa_engine]
version = "0.2.0"
package = "superui_boa_engine"

[dependencies.superui_dom]
version = "0.2.0"

[dependencies.superui_js]
version = "0.2.0"

[dev-dependencies]

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