wasm-bindgen/examples/julia_set/Cargo.toml
Alex Crichton e104d1695a
Bump to 0.2.75 (#2643)
* Bump to 0.2.75

* Try to fix CI
2021-08-02 10:39:14 -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.75"
[dependencies.web-sys]
version = "0.3.4"
features = [
'ImageData',
'CanvasRenderingContext2d',
]