Files
blazing-mandelbrot/Cargo.toml
2023-06-07 23:43:22 +01:00

11 lines
149 B
TOML

[package]
name = "fast-mandlebrot"
version = "0.1.0"
edition = "2021"
[dependencies]
minifb = "0.24.0"
num = "0.4.0"
rand = "0.8.5"
rayon = "1.7.0"