mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2024-12-04 12:58:32 +03:00
0b5f0eec2f
* bump * Bump version in changelog * Bump date in changelog Co-authored-by: Liam Murphy <liampm32@gmail.com> --------- Co-authored-by: GitHub Actions <actions@github.com> Co-authored-by: daxpedda <daxpedda@gmail.com> Co-authored-by: Liam Murphy <liampm32@gmail.com>
20 lines
301 B
TOML
20 lines
301 B
TOML
[package]
|
|
name = "julia_set"
|
|
version = "0.1.0"
|
|
authors = ["The wasm-bindgen Developers"]
|
|
edition = "2018"
|
|
rust-version = "1.57"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
wasm-bindgen = "0.2.88"
|
|
|
|
[dependencies.web-sys]
|
|
version = "0.3.4"
|
|
features = [
|
|
'ImageData',
|
|
'CanvasRenderingContext2d',
|
|
]
|