Factored out crates for web version
This commit is contained in:
11
mandelia_ui/Cargo.toml
Normal file
11
mandelia_ui/Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user