Initial commit

This commit is contained in:
2025-07-02 07:49:34 +02:00
commit dff435bd56
5 changed files with 1646 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "mandelia"
version = "0.1.0"
edition = "2024"
[dependencies]
image = { version = "0.25.6", features = ["png"] }
rayon = "1.10.0"
num = "0.4.3"
nalgebra = "0.33.2"
anyhow = "1.0.98"
clap = { version = "4.5.40", features = ["derive"] }