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

@ -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]

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));

View file

@ -16,7 +16,7 @@ name = "opengl_underlay"
[dependencies]
slint = { path = "../../api/rs/slint" }
glow = { version = "0.15" }
glow = { version = "0.16" }
web-time = { version = "1.0" }
[build-dependencies]

View file

@ -30,13 +30,13 @@ derive_more = { workspace = true }
lyon_path = "1.0"
pin-weak = "1"
scoped-tls-hkt = "0.1"
femtovg = { version = "0.11.0" }
femtovg = { version = "0.12.0" }
ttf-parser = { workspace = true }
unicode-script = { version = "0.5.4" } # Use the same version was femtovg's rustybuzz, to avoid duplicate crates
imgref = { version = "1.6.1" }
rgb = { version = "0.8.27" }
glow = { version = "0.15" }
glow = { version = "0.16" }
unicode-segmentation = { workspace = true }
[target.'cfg(target_family = "windows")'.dependencies]

View file

@ -42,7 +42,7 @@ scoped-tls-hkt = "0.1"
raw-window-handle = { version = "0.6", features = ["std"] }
skia-safe = { version = "0.78.0", features = ["textlayout", "gl"] }
glow = { version = "0.13" }
glow = { version = "0.16" }
unicode-segmentation = { workspace = true }
ash = { version = "^0.37.2", optional = true }