Initial commit
This commit is contained in:
12
Cargo.toml
Normal file
12
Cargo.toml
Normal 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"] }
|
||||
Reference in New Issue
Block a user