Factored out crates for web version

This commit is contained in:
2025-07-03 09:00:37 +02:00
parent 79267ee5e9
commit df056b7b2c
9 changed files with 105 additions and 67 deletions

View File

@@ -1,14 +1,7 @@
[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"] }
egui = "0.31"
eframe = { version = "0.31", features = ["wayland", "glow"] }
[workspace]
resolver = "3"
members = [
"mandelia_renderer",
"mandelia_native",
"mandelia_ui"
]