glupload example needs fixes for glutin API changes
error[E0412]: cannot find type `CombinedContext` in module `glutin`
--> examples/src/bin/glupload.rs:332:35
|
332 | combined_context: Arc<glutin::CombinedContext>,
| ^^^^^^^^^^^^^^^ not found in `glutin`
@vjaquez can you take a look? Is there maybe a release we can switch to instead of tracking git master?