mirror of
https://github.com/Noratrieb/mandelbrot-rust.git
synced 2026-01-16 08:15:03 +01:00
works
This commit is contained in:
parent
fd6aa99b99
commit
20ea90e0d7
4 changed files with 420 additions and 42 deletions
|
|
@ -1,12 +1,13 @@
|
|||
[package]
|
||||
name = "mandelbrot_set"
|
||||
version = "0.1.0"
|
||||
authors = ["Nilstrieb <nils.heydecker@gmx.ch>"]
|
||||
authors = ["Nilstrieb <nilstrieb@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
image = "0.23.14"
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue