@@ -63,7 +63,7 @@ pin-weak = "1"
6363scoped-tls-hkt = " 0.1"
6464raw-window-handle = { version = " 0.6" , features = [" std" ] }
6565
66- skia-safe = { version = " 0.89 " , features = [" gl" ] }
66+ skia-safe = { version = " 0.90 " , features = [" gl" ] }
6767glow = { workspace = true }
6868unicode-segmentation = { workspace = true }
6969
@@ -89,7 +89,7 @@ windows = { workspace = true, features = ["Win32", "Win32_System_Com", "Win32_Gr
8989windows_58 = { package = " windows" , version = " 0.58.0" , optional = true , 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" ] }
9090windows-core = { workspace = true , optional = true }
9191windows-core_58 = { package = " windows-core" , version = " 0.58.0" , optional = true }
92- skia-safe = { version = " 0.89 " , features = [" d3d" ] }
92+ skia-safe = { version = " 0.90 " , features = [" d3d" ] }
9393wgpu-26 = { workspace = true , optional = true , features = [" dx12" ] }
9494wgpu-27 = { workspace = true , optional = true , features = [" dx12" ] }
9595
@@ -100,7 +100,7 @@ objc2-foundation = { version = "0.3.2", default-features = false, features = ["s
100100objc2-quartz-core = { version = " 0.3.2" , default-features = false , features = [" std" , " objc2-metal" , " CALayer" , " CAMetalLayer" , " objc2-core-foundation" ] }
101101objc2-app-kit = { version = " 0.3.2" , default-features = false , features = [" std" , " NSResponder" , " NSView" ] }
102102objc2-core-foundation = { version = " 0.3.2" , default-features = false , features = [" CFCGTypes" ] }
103- skia-safe = { version = " 0.89 " , features = [" metal" ] }
103+ skia-safe = { version = " 0.90 " , features = [" metal" ] }
104104raw-window-metal = " 1.0"
105105
106106metal = { version = " 0.31" , optional = true }
@@ -112,13 +112,13 @@ read-fonts = { workspace = true }
112112write-fonts = { version = " 0.43" }
113113
114114[target .'cfg(not(any(target_vendor = "apple", target_family = "windows")))' .dependencies ]
115- skia-safe = { version = " 0.89 " , features = [" gl" , " vulkan" ] }
115+ skia-safe = { version = " 0.90 " , features = [" gl" , " vulkan" ] }
116116wgpu-26 = { workspace = true , optional = true , features = [" vulkan" ] }
117117wgpu-27 = { workspace = true , optional = true , features = [" vulkan" ] }
118118
119119[target .'cfg(any(target_os = "ios", target_os="macos", target_os="windows", target_os="android", target_os="linux"))' .dependencies ]
120120# Text layout is enabled here just so that we can make use of the pre-built Skia libraries.
121- skia-safe = { version = " 0.89 " , features = [" textlayout" ] }
121+ skia-safe = { version = " 0.90 " , features = [" textlayout" ] }
122122
123123[target .aarch64-apple-ios-sim .dependencies ]
124124# Disabling encoding assertions until https://github.com/madsmtm/objc2/issues/795 is fixed.
0 commit comments