wand 0.1.3

Web application UI framework powerered by wasm and canvas 2d
Documentation
[dependencies.console_error_panic_hook]
optional = true
version = "0.1.1"

[dependencies.dragon]
version = "0.1.3"

[dependencies.js-sys]
version = "0.3.27"

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

[dependencies.web-sys]
features = ["CanvasRenderingContext2d", "Document", "Element", "HtmlCanvasElement", "Window", "TextMetrics", "Performance", "PerformanceTiming"]
version = "0.3.27"

[dependencies.wee_alloc]
optional = true
version = "0.4.2"

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

[features]
default = ["console_error_panic_hook"]

[package]
authors = ["devfans <stefanliu@outlook.com>"]
categories = ["visualization", "wasm"]
description = "Web application UI framework powerered by wasm and canvas 2d"
edition = "2018"
exclude = ["examples/*"]
keywords = ["ui", "web", "canvas", "webassembly"]
license = "GPL-3.0-or-later"
name = "wand"
readme = "README.md"
repository = "https://github.com/devfans/wand"
version = "0.1.3"

[profile.release]
opt-level = "s"