[dependencies.wasm-bindgen]
version = "0.2"
[dependencies.web-sys]
features = ["Window"]
version = "0.3"
[package]
authors = ["Rust and WebAssembly Working Group"]
categories = ["api-bindings", "asynchronous", "wasm"]
description = "Convenience crate for working with dialogs in browser"
edition = "2018"
homepage = "https://github.com/rustwasm/gloo"
license = "MIT OR Apache-2.0"
name = "gloo-dialogs"
readme = "README.md"
repository = "https://github.com/rustwasm/gloo/tree/master/crates/dialogs"
version = "0.1.1"