Osspial / derin

A Derive-Based GUI Library for Rust
Mozilla Public License 2.0
19 stars 2 forks source link

Cannot run examples on macOS 10.13.3 #6

Closed shepmaster closed 6 years ago

shepmaster commented 6 years ago
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: OpenGlVersionNotSupported', libcore/result.rs:945:5
$ glxinfo | grep "OpenGL version"
OpenGL version string: 2.1 NVIDIA-10.28.10 355.11.10.10.20.111
shepmaster commented 6 years ago

This seems allow a window to open:

-                    opengl_version: (3, 1),
+                    opengl_version: (3, 3),
Osspial commented 6 years ago

This should be fixed by b80ff90ee4a4a53fb573cb8c365e2740f0f44e2f.