mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
86619d4192
This uses a more recent version of cpal (a dependency of rodio hence the rodio change) which seems to have fixed a crash due to 'device not available: "Invalid argument"' coming from Alsa. The change in cpal also made some functions now return `Result` instead of a bare type which I dealt with by using `expect` to minimize how far these changes fan out into the code but maybe this isn't ideal. Fixing https://gitlab.com/veloren/veloren/issues/280 - Crash with ALSA |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml |