cranpose-platform-web 0.0.33

Web platform adapter for Cranpose
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 = "cranpose-platform-web"
version = "0.0.33"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Web platform adapter for Cranpose"
homepage = "https://samoylenkodmitry.github.io/cranpose/"
readme = false
license = "Apache-2.0"
repository = "https://github.com/samoylenkodmitry/cranpose"

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

[dependencies.cranpose-foundation]
version = "0.0.33"

[dependencies.cranpose-ui-graphics]
version = "0.0.33"

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

[dependencies.web-sys]
version = "0.3"
features = [
    "Window",
    "Document",
    "Element",
    "HtmlElement",
    "HtmlCanvasElement",
    "MouseEvent",
    "Touch",
    "TouchList",
    "TouchEvent",
    "PointerEvent",
    "WheelEvent",
    "KeyboardEvent",
]