mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-01 01:41:08 +00:00
* adds julia set example * fixes indentation in *.js files * fixes *.js formatting * fixes a typo in function arguments signature
11 lines
183 B
TOML
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 = "../.." }
|