File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Unreleased
22
3+ # Version 0.30.9
4+
35- Fixed lock on SwapBuffers with some GLX drivers.
46- Fixed EGL's ` Surface::is_single_buffered ` being inversed.
57
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A low-level library for OpenGL context creation.
77
88``` toml
99[dependencies ]
10- glutin = " 0.30.8 "
10+ glutin = " 0.30.9 "
1111```
1212
1313## [ Documentation] ( https://docs.rs/glutin )
@@ -22,7 +22,7 @@ Join us in any of these:
2222## Usage Examples
2323
2424** Warning:** These are examples for ` master ` . You can find examples for
25- the latest _ released version_ [ here] ( https://github.com/rust-windowing/glutin/releases/tag/v0.30.8 ) .
25+ the latest _ released version_ [ here] ( https://github.com/rust-windowing/glutin/releases/tag/v0.30.9 ) .
2626
2727The examples use [ ` gl_generator ` ] ( https://crates.io/crates/gl_generator ) to
2828generate OpenGL bindings.
Original file line number Diff line number Diff line change 11[package ]
22name = " glutin"
3- version = " 0.30.8 "
3+ version = " 0.30.9 "
44authors = [" Kirill Chibisov <contact@kchibisov.com>" ]
55description = " Cross-platform OpenGL context provider."
66keywords = [" windowing" , " opengl" , " egl" ]
You can’t perform that action at this time.
0 commit comments