bevy_split_canvas 0.18.1

A Bevy plugin to split the WASM canvas into multiple canvases.
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_split_canvas"
version = "0.18.1"
build = false
exclude = ["assets/*"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Bevy plugin to split the WASM canvas into multiple canvases."
homepage = "https://github.com/chamaloriz/bevy_split_canvas"
readme = "README.md"
keywords = [
    "bevy",
    "web",
    "wasm",
    "rendering",
    "canvas",
]
categories = [
    "game-engines",
    "rendering",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/chamaloriz/bevy_split_canvas"

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

[dependencies.bevy]
version = "0.18.1"
features = ["bevy_render"]
default-features = false

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

[dependencies.web-sys]
version = "0.3.83"
features = [
    "Window",
    "Document",
    "ImageData",
    "CssStyleDeclaration",
    "HtmlCanvasElement",
    "CanvasRenderingContext2d",
]
default-features = false