mirror of
https://github.com/slint-ui/slint.git
synced 2025-11-02 04:48: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));
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue