wasm-bindgen/examples/julia_set/Cargo.toml
Alex Crichton a19c8a3fe0
Bump to 0.2.60 (#2051)
* Bump to 0.2.60

* Try to fix CI

* Fix CI syntax
2020-03-25 16:33:36 -05:00

19 lines
279 B
TOML

[package]
name = "julia_set"
version = "0.1.0"
authors = ["The wasm-bindgen Developers"]
edition = "2018"
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "0.2.60"
[dependencies.web-sys]
version = "0.3.4"
features = [
'ImageData',
'CanvasRenderingContext2d',
]