Upgrade skia-safe dependencies (0.40.2 -> 0.42.1) to build on Apple silicon. Fixes #1054

macos-click-through
Isaac Clayton 3 years ago committed by Keith Simmons
parent 8a7c2a00dc
commit 87952264aa

@ -56,11 +56,11 @@ winres = "0.1.11"
[target.'cfg(linux)'.dependencies.skia-safe] [target.'cfg(linux)'.dependencies.skia-safe]
features = ["gl", "egl"] features = ["gl", "egl"]
version = "^0.40.2" version = "^0.42.1"
[target.'cfg(not(linux))'.dependencies.skia-safe] [target.'cfg(not(linux))'.dependencies.skia-safe]
features = ["gl"] features = ["gl"]
version = "^0.40.2" version = "^0.42.1"
[profile.release] [profile.release]
debug = true debug = true

Loading…
Cancel
Save