diff options
-rw-r--r-- | ports/glutin/window.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/glutin/window.rs b/ports/glutin/window.rs index 58bd147797f..fec6045b978 100644 --- a/ports/glutin/window.rs +++ b/ports/glutin/window.rs @@ -139,7 +139,7 @@ impl Window { #[cfg(not(target_os = "android"))] fn gl_version() -> GlRequest { - GlRequest::Specific(Api::OpenGl, (3, 0)) + GlRequest::Specific(Api::OpenGl, (2, 1)) } #[cfg(target_os = "android")] |