We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed9a23 commit 82df8ceCopy full SHA for 82df8ce
Cargo.toml
@@ -36,7 +36,7 @@ lazy_static = "1.4.0"
36
name = "RustPlayer"
37
identifier = "com.kingtous.rustplayer"
38
# icon = ["32x32.png", "128x128.png", "128x128@2x.png"]
39
-version = "1.1.3"
+version = "1.1.4"
40
# resources = ["assets", "images/**/*.png", "secrets/public_key.txt"]
41
copyright = "Copyright (c) kingtous 2025. All rights reserved."
42
category = "Music"
snap/snapcraft.yaml
@@ -26,6 +26,10 @@ parts:
26
- libssl-dev
27
- clang
28
- git
29
+ - nasm
30
+ - yasm
31
+ - libclang-dev
32
+ - libasound2-dev
33
stage-packages:
34
- libasound2
35
0 commit comments