mandelbrot/Cargo.toml

13 lines
272 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>"]
2021-10-22 04:56:11 +00:00
edition = "2021"
2020-11-25 01:47:31 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-10-22 04:56:11 +00:00
bevy = "0.5"
num-complex = "0.4"
rayon = "1.5"