chore: declare apt dependency for linux builds

This commit is contained in:
Stevan Freeborn
2026-07-27 21:54:37 -05:00
parent 575b70d4ba
commit b6a59f6563
+3
View File
@@ -15,3 +15,6 @@ targets = ["aarch64-apple-darwin", "aarch64-unknown-linux-gnu", "x86_64-apple-da
install-path = "CARGO_HOME" install-path = "CARGO_HOME"
# Whether to install an updater program # Whether to install an updater program
install-updater = true install-updater = true
[dist.dependencies.apt]
libasound2-dev = "*"