mandelbrot/Cargo.toml

13 lines
275 B
TOML
Raw Normal View History

2020-11-25 01:47:31 +00:00
[package]
name = "mandelbrot"
version = "0.1.0"
authors = ["Rekai Musuka <rekai@musuka.dev>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-04-07 03:40:53 +00:00
bevy = "^0.5"
num-complex = "^0.4"
rayon = "^1.5"