[dependencies.console_error_panic_hook]
version = "0.1"
[dependencies.futures-util]
version = "0.3"
[dependencies.js-sys]
version = "0.3"
[dependencies.log]
version = "0.4"
[dependencies.notan_app]
version = "0.4.2"
[dependencies.notan_audio]
optional = true
version = "0.4.2"
[dependencies.notan_core]
version = "0.4.2"
[dependencies.notan_glow]
version = "0.4.2"
[dependencies.notan_graphics]
version = "0.4.2"
[dependencies.notan_oddio]
optional = true
version = "0.4.2"
[dependencies.wasm-bindgen]
version = "0.2.80"
[dependencies.wasm-bindgen-futures]
version = "0.4"
[dependencies.web-sys]
features = ["Document", "Window", "Element", "HtmlElement", "Node", "DomRect", "DomRectReadOnly", "HtmlCanvasElement", "XmlHttpRequest", "XmlHttpRequestEventTarget", "XmlHttpRequestResponseType", "Event", "EventListener", "EventTarget", "MouseEvent", "WheelEvent", "KeyboardEvent", "PointerEvent", "CssStyleDeclaration", "Clipboard", "ClipboardEvent"]
version = "0.3"
[features]
audio = ["notan_app/audio", "notan_audio", "notan_oddio"]
clipboard = []
drop_files = ["web-sys/DragEvent", "web-sys/DataTransfer", "web-sys/FileList", "web-sys/File", "web-sys/DataTransferItemList", "web-sys/DataTransferItem"]
[package]
authors = ["Nazarí González <nazari.nz@gmail.com>"]
description = "Provides a web/wasm32 backend for Notan"
edition = "2021"
homepage = "https://github.com/Nazariglez/notan"
license = "MIT OR Apache-2.0"
name = "notan_web"
readme = "README.md"
repository = "https://github.com/Nazariglez/notan"
resolver = "2"
version = "0.4.2"