I use the rodio crate in my app. When running with cargo (debug and release), sound is playing from my speakers. When building with cargo deb and installing with dpkg, no sound is playing.
Same issue with msgbox. Well not sound related, but running with cargo run or cargo run -r, a message box appears, installing with cargo deb wont.
> rustup --version
rustup 1.26.0 (5af9b9484 2023-04-05)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.73.0 (cc66ad468 2023-10-03)`
Hello!
I use the rodio crate in my app. When running with cargo (debug and release), sound is playing from my speakers. When building with
cargo deb
and installing with dpkg, no sound is playing. Same issue with msgbox. Well not sound related, but running withcargo run
orcargo run -r
, a message box appears, installing withcargo deb
wont.Please let me know if you need more infos!