@@ -41,7 +41,7 @@ pin-weak = "1"
41
41
scoped-tls-hkt = " 0.1"
42
42
raw-window-handle = { version = " 0.6" , features = [" std" ] }
43
43
44
- skia-safe = { version = " 0.78 .0" , features = [" textlayout" , " gl" ] }
44
+ skia-safe = { version = " 0.82 .0" , features = [" textlayout" , " gl" ] }
45
45
glow = { workspace = true }
46
46
unicode-segmentation = { workspace = true }
47
47
@@ -58,7 +58,7 @@ bytemuck = { workspace = true }
58
58
59
59
[target .'cfg(target_family = "windows")' .dependencies ]
60
60
windows = { version = " 0.58.0" , features = [" Win32" , " Win32_System_Com" , " Win32_Graphics" , " Win32_Graphics_Dxgi" , " Win32_Graphics_Direct3D12" , " Win32_Graphics_Direct3D" , " Win32_Foundation" , " Win32_Graphics_Dxgi_Common" , " Win32_System_Threading" , " Win32_Security" ] }
61
- skia-safe = { version = " 0.78 .0" , features = [" d3d" ] }
61
+ skia-safe = { version = " 0.82 .0" , features = [" d3d" ] }
62
62
63
63
[target .'cfg(target_vendor = "apple")' .dependencies ]
64
64
objc2 = { version = " 0.6.0" }
@@ -89,11 +89,11 @@ objc2-app-kit = { version = "0.3.0", default-features = false, features = [
89
89
objc2-core-foundation = { version = " 0.3.0" , default-features = false , features = [
90
90
" CFCGTypes"
91
91
] }
92
- skia-safe = { version = " 0.78 .0" , features = [" metal" ] }
92
+ skia-safe = { version = " 0.82 .0" , features = [" metal" ] }
93
93
raw-window-metal = " 1.0"
94
94
95
95
[target .'cfg(not(any(target_vendor = "apple", target_family = "windows")))' .dependencies ]
96
- skia-safe = { version = " 0.78 .0" , features = [" gl" ] }
96
+ skia-safe = { version = " 0.82 .0" , features = [" gl" ] }
97
97
98
98
[build-dependencies ]
99
99
cfg_aliases = { workspace = true }
0 commit comments