Advertisement
Guest User

glutin

a guest
Jan 20th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. error[E0433]: failed to resolve. Could not find `glutin` in `glium`
  2. --> src/support/mod.rs:88:53
  3. |
  4. 88 | pub fn next(&mut self, events_loop: &mut glium::glutin::EventsLoop) -> Vec<glium::glutin::Event> {
  5. | ^^^^^^ Could not find `glutin` in `glium`
  6.  
  7. error[E0433]: failed to resolve. Could not find `glutin` in `glium`
  8. --> src/support/mod.rs:88:87
  9. |
  10. 88 | pub fn next(&mut self, events_loop: &mut glium::glutin::EventsLoop) -> Vec<glium::glutin::Event> {
  11. | ^^^^^^ Could not find `glutin` in `glium`
  12.  
  13. error[E0433]: failed to resolve. Could not find `glutin` in `glium`
  14. --> src/support/mod.rs:106:24
  15. |
  16. 106 | glium::glutin::ControlFlow::Break
  17. | ^^^^^^ Could not find `glutin` in `glium`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement