Bump glow and femtovg versions

This commit is contained in:
Simon Hausmann 2025-01-14 13:50:10 +01:00 committed by Simon Hausmann
parent 53f2d572b1
commit 37be696cd6
5 changed files with 6 additions and 6 deletions

View file

@ -103,7 +103,7 @@ impl DemoTexture {
0,
glow::RGBA as _,
glow::UNSIGNED_BYTE as _,
None,
glow::PixelUnpackData::Slice(None),
);
let _saved_fbo_binding = ScopedFrameBufferBinding::new(gl, Some(fbo));