Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-07-09 12:09:05 +03:00
parent 7ace048d94
commit e88a2be508
41 changed files with 130 additions and 10062 deletions
-2
View File
@@ -57,7 +57,6 @@ egui = "0.34"
eframe = { version = "0.34", default-features = false, features = ["default_fonts", "glow", "persistence", "wayland", "x11"] }
egui_extras = { version = "0.34", features = ["svg", "image"] }
egui_dock = { version = "0.19", features = ["serde"] }
grimdock = { version = "0.2.0", features = ["serde"] }
rfd = "0.15"
# Utilities
@@ -131,7 +130,6 @@ opt-level = 2
[patch.crates-io]
egui-winit = { path = "patches/egui-winit" }
grimdock = { path = "patches/grimdock" }
[profile.release]
opt-level = 3