Skip to content

Conversation

@antonilol
Copy link

  • fix spelling error x2
  • Platform::new never returns Err so doesn't need Result return type
  • remove unnecessary borrow (clippy warning)

The second change is breaking and requires users to remove error handling (see examples for example, there ? needed to be removed)

I also wanted to update egui to 0.33 but https://github.com/hasenbanck/egui_wgpu_backend has not updated yet

- fix spelling error x2
- Platform::new never returns Err so doesn't need Result return type
- remove unnecessary borrow (clippy warning)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant