debug: Update for egui 0.18
This commit is contained in:
parent
270f06182e
commit
43062c1754
8 changed files with 54 additions and 73 deletions
|
|
@ -36,7 +36,7 @@ pub struct StaticConfig {
|
|||
pub workspace_mode: WorkspaceMode,
|
||||
}
|
||||
|
||||
#[derive(Debug, Deserialize, Clone, Copy)]
|
||||
#[derive(Debug, Deserialize, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum WorkspaceMode {
|
||||
OutputBound,
|
||||
Global,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue