Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
remcokranenburg committed Nov 18, 2023
1 parent f401c9a commit 0750008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ categories = ["api-bindings", "graphics", "gui", "rendering", "rendering::graphi
glib = "^0.18.0"
glium = "^0.33.0"
gl_loader = "^0.1.2"
gtk4 = "^0.6.0"
gtk4 = "^0.7.0"
4 changes: 2 additions & 2 deletions examples/triangle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ use gtk4::{
ApplicationWindow,
Box,
GLArea,
Inhibit,
glib::signal::Propagation,
Orientation,
Scale,
};
Expand Down Expand Up @@ -124,7 +124,7 @@ fn main() {
&Default::default()).unwrap();

frame.finish().unwrap();
Inhibit(true)
Propagation::Proceed
});

// This makes the GLArea redraw 60 times per second
Expand Down

0 comments on commit 0750008

Please sign in to comment.