bevy_wasm_modding_sys 0.19.0

Import into your wasm scripts. Use with the bevy_wasm crate.
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 = "bevy_wasm_modding_sys"
version = "0.19.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Import into your wasm scripts. Use with the bevy_wasm crate."
readme = "README.md"
keywords = [
    "bevy",
    "wasm",
    "webassembly",
    "game",
    "gamedev",
]
categories = [
    "wasm",
    "game-development",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/I-Ruiz/bevy_wasm_modding"
resolver = "2"

[features]
bevy = [
    "bevy_app",
    "bevy_derive",
    "bevy_ecs",
    "bevy_math",
    "bevy_reflect",
    "bevy_transform",
]
default = ["bevy"]

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

[dependencies.bevy_app]
version = "0.19.0"
optional = true

[dependencies.bevy_derive]
version = "0.19.0"
optional = true

[dependencies.bevy_ecs]
version = "0.19.0"
optional = true

[dependencies.bevy_math]
version = "0.19.0"
optional = true

[dependencies.bevy_reflect]
version = "0.19.0"
optional = true

[dependencies.bevy_transform]
version = "0.19.0"
features = ["serialize"]
optional = true

[dependencies.bevy_wasm_modding_shared]
version = "0.19.0"

[dependencies.bincode]
version = "1.3"

[dependencies.serde]
version = "1.0"