Skip to content

Commit

Permalink
Add config
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Jul 3, 2024
1 parent 5e28161 commit b63852e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions psst-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,9 @@ short_description = "Fast Spotify client with native GUI"
long_description = """
Small and efficient graphical music player for Spotify network.
"""

[workspace.metadata.cross.target.aarch64-unknown-linux-gnu]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libglib2.0-dev:$CROSS_DEB_ARCH"
]

0 comments on commit b63852e

Please sign in to comment.