File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name = "opengl_texture"
16
16
17
17
[dependencies ]
18
18
slint = { path = " ../../api/rs/slint" }
19
- glow = { version = " 0.15 " }
19
+ glow = { version = " 0.16 " }
20
20
web-time = { version = " 1.0" }
21
21
22
22
[build-dependencies ]
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ impl DemoTexture {
103
103
0 ,
104
104
glow:: RGBA as _ ,
105
105
glow:: UNSIGNED_BYTE as _ ,
106
- None ,
106
+ glow :: PixelUnpackData :: Slice ( None ) ,
107
107
) ;
108
108
109
109
let _saved_fbo_binding = ScopedFrameBufferBinding :: new ( gl, Some ( fbo) ) ;
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ name = "opengl_underlay"
16
16
17
17
[dependencies ]
18
18
slint = { path = " ../../api/rs/slint" }
19
- glow = { version = " 0.15 " }
19
+ glow = { version = " 0.16 " }
20
20
web-time = { version = " 1.0" }
21
21
22
22
[build-dependencies ]
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ derive_more = { workspace = true }
30
30
lyon_path = " 1.0"
31
31
pin-weak = " 1"
32
32
scoped-tls-hkt = " 0.1"
33
- femtovg = { version = " 0.11 .0" }
33
+ femtovg = { version = " 0.12 .0" }
34
34
ttf-parser = { workspace = true }
35
35
unicode-script = { version = " 0.5.4" } # Use the same version was femtovg's rustybuzz, to avoid duplicate crates
36
36
imgref = { version = " 1.6.1" }
37
37
rgb = { version = " 0.8.27" }
38
38
39
- glow = { version = " 0.15 " }
39
+ glow = { version = " 0.16 " }
40
40
unicode-segmentation = { workspace = true }
41
41
42
42
[target .'cfg(target_family = "windows")' .dependencies ]
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ scoped-tls-hkt = "0.1"
42
42
raw-window-handle = { version = " 0.6" , features = [" std" ] }
43
43
44
44
skia-safe = { version = " 0.78.0" , features = [" textlayout" , " gl" ] }
45
- glow = { version = " 0.13 " }
45
+ glow = { version = " 0.16 " }
46
46
unicode-segmentation = { workspace = true }
47
47
48
48
ash = { version = " ^0.37.2" , optional = true }
You can’t perform that action at this time.
0 commit comments