We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 403fd85 commit 1a4c48cCopy full SHA for 1a4c48c
n_player/Cargo.toml
@@ -45,12 +45,13 @@ async-trait = "0.1.83"
45
[target.'cfg(target_os = "linux")'.dependencies]
46
mpris-server = "0.8.1"
47
48
-[target.'cfg(all(target_os = "macos", target_arch = "x86_64"))'.dependencies.slint]
+# GitHub updated their macOS images and now skia doesn't build on Mac ARM anymore
49
+[target.'cfg(all(target_os = "macos"))'.dependencies.slint]
50
version = "1.8.0"
51
default-features = false
52
features = ["renderer-femtovg"]
53
-[target.'cfg(not(all(target_os = "macos", target_arch = "x86_64")))'.dependencies.slint]
54
+[target.'cfg(not(all(target_os = "macos")))'.dependencies.slint]
55
56
57
features = ["renderer-skia"]
0 commit comments