Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 committed Oct 5, 2024
1 parent b780fcb commit 654f7f3
Show file tree
Hide file tree
Showing 26 changed files with 7,507 additions and 7,217 deletions.
889 changes: 447 additions & 442 deletions examples/async-update/main.rs

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion examples/bloom/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,11 @@ impl App {

impl ApplicationHandler for App {
fn resumed(&mut self, event_loop: &ActiveEventLoop) {
let window = Arc::new(event_loop.create_window(Window::default_attributes()).unwrap());
let window = Arc::new(
event_loop
.create_window(Window::default_attributes())
.unwrap(),
);
let surface = Surface::from_window(self.instance.clone(), window.clone()).unwrap();
let window_size = window.inner_size();

Expand Down
Loading

0 comments on commit 654f7f3

Please sign in to comment.