TEMPORARY: add testing example

This commit is contained in:
Ben Merritt 2019-06-05 22:58:11 -07:00
parent 7dabad4d71
commit 77cd3adb01
No known key found for this signature in database
GPG key ID: F8AD20ED4E6239B7
5 changed files with 42 additions and 5 deletions

View file

@ -21,7 +21,7 @@ log = "0.4"
serde = { version = "1", optional = true, features = ["serde_derive"] }
[features]
web-sys-support = ["web-sys", "wasm-bindgen"]
web_sys = ["web-sys", "wasm-bindgen"]
[dev-dependencies]
image = "0.21"
@ -81,6 +81,7 @@ version = "0.8"
version = "0.3.22"
optional = true
features = [
'console',
'Document',
'DomRect',
'Element',
@ -108,3 +109,7 @@ optional = true
[target.'cfg(target_arch = "wasm32")'.dependencies]
stdweb = { path = "../stdweb", optional = true }
instant = { version = "0.1", features = ["stdweb"] }
[[example]]
name = "window"
crate-type = ["cdylib"]