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

11
mandelia_ui/Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "mandelia_ui"
version = "0.1.0"
edition = "2024"
[dependencies]
mandelia_renderer = {path = "../mandelia_renderer"}
anyhow = "1.0.98"
egui = "0.31"
eframe = { version = "0.31" }
image = "0.25.6"