mandelbrot-gui/Cargo.toml
2025-02-07 20:51:05 +02:00

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"