change pipeline to also run on forgejo, add clippy check
Some checks failed
Rust / build (push) Failing after 29s
Some checks failed
Rust / build (push) Failing after 29s
This commit is contained in:
parent
3d84c6fbf7
commit
36c9c76139
2 changed files with 17 additions and 6 deletions
|
@ -109,7 +109,7 @@ impl<'t> Gui<'t> {
|
|||
}
|
||||
}
|
||||
|
||||
impl<'t> ApplicationHandler<AppEvents> for Gui<'t> {
|
||||
impl ApplicationHandler<AppEvents> for Gui<'_> {
|
||||
fn resumed(&mut self, event_loop: &ActiveEventLoop) {
|
||||
self.window = Some(GuiWindow::new(event_loop, self.logical_size));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue