Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -7,14 +7,6 @@ edition = "2021"
|
||||
name = "hcie-gui"
|
||||
path = "src/main.rs"
|
||||
|
||||
[[example]]
|
||||
name = "grimdemo"
|
||||
path = "examples/grimdemo.rs"
|
||||
|
||||
[[example]]
|
||||
name = "dock_demo"
|
||||
path = "examples/dock_demo.rs"
|
||||
|
||||
[features]
|
||||
default = ["tablet-evdev"]
|
||||
tablet-evdev = ["dep:evdev"]
|
||||
@@ -31,7 +23,6 @@ egui = { workspace = true }
|
||||
eframe = { workspace = true }
|
||||
egui_extras = { workspace = true }
|
||||
egui_dock = { workspace = true }
|
||||
grimdock = { workspace = true }
|
||||
image = { workspace = true }
|
||||
rfd = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user