Skip to content

Commit

Permalink
Bump glutin version
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Aug 1, 2022
1 parent 65ee262 commit 0bf6420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cpp = {version = "0.5", optional = true}
rayon = {version = "1", optional = true}
serde = {version = "1", optional = true, features = ["derive"]}
halide-runtime = {version = "0.6", optional = true}
glutin = {version = "0.28", optional = true}
glutin = {version = "0.29", optional = true}
gl = {version = "0.14", optional = true}

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ impl<T: Type, C: Color> WindowSet<T, C> {
if open == 0 {
*cf = ControlFlow::Exit;
}
})
});
}
}

Expand Down

0 comments on commit 0bf6420

Please sign in to comment.