Skip to content

Commit

Permalink
ch02 mandelbrot single-threaded
Browse files Browse the repository at this point in the history
  • Loading branch information
francoposa committed Aug 23, 2021
1 parent d67333c commit 8a50670
Show file tree
Hide file tree
Showing 4 changed files with 513 additions and 0 deletions.
378 changes: 378 additions & 0 deletions ch02-a-tour-of-rust/mandelbrot/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions ch02-a-tour-of-rust/mandelbrot/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "mandelbrot"
version = "0.1.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
image = "0.23.*"
num = "0.4.*"
Binary file added ch02-a-tour-of-rust/mandelbrot/mandel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8a50670

Please sign in to comment.