mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-01 20:31:27 +00:00
Bump glow and femtovg versions
This commit is contained in:
parent
53f2d572b1
commit
37be696cd6
5 changed files with 6 additions and 6 deletions
|
|
@ -16,7 +16,7 @@ name = "opengl_texture"
|
|||
|
||||
[dependencies]
|
||||
slint = { path = "../../api/rs/slint" }
|
||||
glow = { version = "0.15" }
|
||||
glow = { version = "0.16" }
|
||||
web-time = { version = "1.0" }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
|||
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue