mirror of
https://github.com/kristoferssolo/mandelbrot-gui.git
synced 2025-10-21 20:00:34 +00:00
11 lines
158 B
TOML
11 lines
158 B
TOML
[package]
|
|
name = "mandelbrot-gui"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
eframe = "0.31.0"
|
|
egui = "0.31.0"
|
|
image = "0.25.5"
|
|
num-complex = "0.4.6"
|