glium v0.20.0 Release Notes

Release Date: 2018-01-22 // about 6 years ago
    • Updated glutin to version 0.12.
    • Updated smallvec from version 0.4 to 0.6.
    • Updated misc internal dependencies and dev-dependencies (lazy_static, cgmath, rand, image, gl_generator).
    • Replaced the IntoVerticesSource trait with Into<VerticesSource>.
    • Fixed rendering bug on high-DPI screens.
    • Added support for clipping via gl_ClipDistance.
    • Enabled depth-stencil FBO attachments.