lightyear_web 0.26.2

Utilities to run a bevy app on the web
# 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"
rust-version = "1.88"
name = "lightyear_web"
version = "0.26.2"
authors = ["Charles Bournhonesque <charlesbour@gmail.com>"]
build = false
exclude = ["/tests"]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities to run a bevy app on the web"
readme = "README.md"
keywords = [
    "bevy",
    "multiplayer",
    "networking",
    "netcode",
    "gamedev",
]
categories = [
    "game-development",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cBournhonesque/lightyear"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.bevy_app]
version = "0.18"
default-features = false

[dependencies.bevy_ecs]
version = "0.18"
default-features = false

[dependencies.bevy_winit]
version = "0.18"
default-features = false

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

[dependencies.web-sys]
version = "0.3.81"
features = [
    "Window",
    "Document",
    "Worker",
    "Blob",
    "Url",
]