Skip to content

Commit

Permalink
github updated their containers :(
Browse files Browse the repository at this point in the history
  • Loading branch information
Enn3Developer committed Oct 24, 2024
1 parent 403fd85 commit 1a4c48c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions n_player/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ async-trait = "0.1.83"
[target.'cfg(target_os = "linux")'.dependencies]
mpris-server = "0.8.1"

[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
[target.'cfg(all(target_os = "macos"))'.dependencies.slint]
version = "1.8.0"
default-features = false
features = ["renderer-femtovg"]

[target.'cfg(not(all(target_os = "macos", target_arch = "x86_64")))'.dependencies.slint]
[target.'cfg(not(all(target_os = "macos")))'.dependencies.slint]
version = "1.8.0"
default-features = false
features = ["renderer-skia"]
Expand Down

0 comments on commit 1a4c48c

Please sign in to comment.