Skip to content

Commit

Permalink
Move
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Jul 3, 2024
1 parent b63852e commit 68b53c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ codegen-units = 1
opt-level = 2
[profile.dev.package.libsamplerate]
opt-level = 2

[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"
]
6 changes: 0 additions & 6 deletions psst-gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,3 @@ 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 68b53c0

Please sign in to comment.