Skip to content

Commit

Permalink
Bump Skia to 0.62 (milestone 113)
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Apr 26, 2023
1 parent da7748c commit d253b47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/renderers/skia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ scoped-tls-hkt = "0.1"
instant = "0.1"
raw-window-handle = { version = "0.5", features = ["alloc"] }

skia-safe = { version = "0.60", features = ["textlayout"] }
skia-safe = { version = "0.62", features = ["textlayout"] }
glow = { version = "0.12" }
unicode-segmentation = { version = "1.8.0" }

Expand All @@ -50,7 +50,7 @@ winit = { version = "0.28.3", optional = true, default-features = false }

[target.'cfg(target_family = "windows")'.dependencies]
winapi = { version = "0.3", features = ["impl-default", "dwrite", "d3d12", "dxgi", "dxgi1_2", "dxgi1_3", "dxgi1_4", "d3d12sdklayers", "synchapi", "winbase"] }
skia-safe = { version = "0.60", features = ["d3d"] }
skia-safe = { version = "0.62", features = ["d3d"] }
wio = { version = "0.2.2" }

[target.'cfg(target_os = "macos")'.dependencies]
Expand All @@ -62,10 +62,10 @@ metal = { version = "0.24.0" }
foreign-types = { version = "0.3.2" }
objc = { version = "0.2.7" }
core-graphics-types = { version = "0.1.1" }
skia-safe = { version = "0.60", features = ["metal"] }
skia-safe = { version = "0.62", features = ["metal"] }

[target.'cfg(not(any(target_os = "macos", target_family = "windows")))'.dependencies]
skia-safe = { version = "0.60", features = ["gl"] }
skia-safe = { version = "0.62", features = ["gl"] }

[build-dependencies]
cfg_aliases = "0.1.0"

0 comments on commit d253b47

Please sign in to comment.