glium-sdl2
glium-sdl2 copied to clipboard
Update glium to 0.29 and modified the code for newer rust versions
- Update glium to 0.29
- Replace
try!()
calls with the?
keyword