mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-31 07:37:24 +00:00
Update skia-safe to 0.69
For details, see https://github.com/rust-skia/rust-skia/releases/tag/0.68.0 This simplifies cross-compilation and adds risc-v builds.
This commit is contained in:
parent
0c529cd345
commit
7fa86ce55a
1 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ pin-weak = "1"
|
|||
scoped-tls-hkt = "0.1"
|
||||
raw-window-handle = { version = "0.5", features = ["alloc"] }
|
||||
|
||||
skia-safe = { version = "0.67.0", features = ["textlayout"] }
|
||||
skia-safe = { version = "0.68.0", features = ["textlayout"] }
|
||||
glow = { version = "0.12" }
|
||||
unicode-segmentation = { version = "1.8.0" }
|
||||
|
||||
|
@ -57,7 +57,7 @@ bytemuck = { workspace = true }
|
|||
|
||||
[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.67.0", features = ["d3d"] }
|
||||
skia-safe = { version = "0.68.0", features = ["d3d"] }
|
||||
wio = { version = "0.2.2" }
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
@ -68,10 +68,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.67.0", features = ["metal"] }
|
||||
skia-safe = { version = "0.68.0", features = ["metal"] }
|
||||
|
||||
[target.'cfg(not(any(target_os = "macos", target_family = "windows")))'.dependencies]
|
||||
skia-safe = { version = "0.67.0", features = ["gl"] }
|
||||
skia-safe = { version = "0.68.0", features = ["gl"] }
|
||||
|
||||
[build-dependencies]
|
||||
cfg_aliases = "0.1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue