A simple CPU rendered GUI IDE experience.
Diffstat (limited to 'src/commands.rs')
| -rw-r--r-- | src/commands.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.rs b/src/commands.rs index fdd4efa..aed4a00 100644 --- a/src/commands.rs +++ b/src/commands.rs @@ -193,7 +193,7 @@ impl Editor { pub fn handle_command( &mut self, z: Cmd, - w: Arc<winit::window::Window>, + w: Arc<dyn winit::window::Window>, ) -> anyhow::Result<()> { match z { Cmd::GoTo(Some(x)) => |