gstreamer-rs/examples
Marijn Suijten 5e8634e9eb examples/glupload: Update glutin to 0.26 with winit 0.24
Winit 0.19 uses uninitialized variables which is invalid since Rust
1.48, leading to a runtime panic [1].  Updating to the latest version
resolves these issues but requires significant refactoring since the
event loop now runs entirely within a closure.

[1]: https://github.com/rust-windowing/winit/issues/1811
2021-04-11 01:08:59 +02:00
..
src examples/glupload: Update glutin to 0.26 with winit 0.24 2021-04-11 01:08:59 +02:00
build.rs examples: Rename crates in Cargo.toml and get rid of extern crate 2020-10-10 11:10:20 +03:00
Cargo.toml examples/glupload: Update glutin to 0.26 with winit 0.24 2021-04-11 01:08:59 +02:00