Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user