slint/sixtyfps_runtime/rendering_backends/gl
Simon Hausmann 4bda3c16db Bump GL backend dependencies
Various third-party bumps and femtovg bumped to include a fix for exact
GLES 2.0 detection. Glutin may give us a 3.x GLES context even if we ask
for 2.0 (https://github.com/rust-windowing/glutin/issues/1282) and I can
reproduce that for example on Raspbian with MESA. But femtovg should
work with both, hence the update.
2021-09-30 14:40:19 +02:00
..
fonts GL backend: add basic font fallback support for Linux 2021-09-17 18:58:18 +02:00
Cargo.toml Bump GL backend dependencies 2021-09-30 14:40:19 +02:00
event_loop.rs Handle the Keypad Enter as Return 2021-09-30 11:48:09 +02:00
fonts.rs GL backend: Fix rendering of SVGs with text inside 2021-09-30 14:32:46 +02:00
graphics_window.rs Simplify font resolution in the GL backend 2021-09-21 10:10:45 +02:00
images.rs Fix texture caching for images with the same source but different image-rendering properties 2021-09-06 13:47:41 +02:00
lib.rs Fix support for OpenGL ES 2.0 2021-09-30 11:10:42 +02:00
svg.rs GL backend: Fix rendering of SVGs with text inside 2021-09-30 14:32:46 +02:00