Verzweifelung

This commit is contained in:
2022-02-06 22:05:22 +01:00
parent 24b1f0f931
commit 9cf2c7f2ba
3 changed files with 0 additions and 0 deletions

14
MandelbrotWASM/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "canvas_wasm"
version = "0.1.0"
edition = "2021"
authors = ["David Maul <ceo@kobaltsolutions.org"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib", "rlib"]
[dependencies]
wasm-bindgen = "0.2.78"
num = "0.4.0"