1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-01 09:51:06 +00:00
Marcin Baraniecki a5b8c45d28 adds julia set example ()
* adds julia set example

* fixes indentation in *.js files

* fixes *.js formatting

* fixes a typo in function arguments signature
2018-07-08 10:57:19 -05:00

11 lines
183 B
TOML

[package]
name = "julia_set"
version = "0.1.0"
authors = ["Marcin Baraniecki <marcinbar1@gmail.com>"]
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = { path = "../.." }