Closed shilch closed 4 years ago
Hey! Thank you for this excellent bug report. I pushed https://github.com/DasEtwas/enginesound/commit/61a8f7573ff74f5c62a8ead9d9019ac4b31d7741, let me know if this resolves your issue
That did the job @Friz64. Danke!
Gern geschehen!
Hello,
really cool project! Unfortunately, I can not get it running on macOS because there are some issues with glium when executing the compiled binary:
The error has already been reported on glium GitHub in the past and fixed in glium v0.24.0. When changing the version in the Cargo.toml I get some compile errors due to API changes which I'm unable to fix because I'm not familiar with Rust.
Building with the
--no-default-features
flag doesn't work because rustc then complains about use of glium in the code.Do you know of a solution? Would it be hard to update to v0.24.0 of glium?
Thanks in advance!