ggez / good-web-game

An alternative ggez implementation on top of miniquad.
MIT License
337 stars 31 forks source link

unresolved imports `quad_snd::decoder`, `quad_snd::mixer::Sound`, `quad_snd::mixer::SoundMixer` #65

Closed denisgrib closed 2 years ago

denisgrib commented 2 years ago

image

PSteinhaus commented 2 years ago

I assume this is in gwg 0.3? I'd really advice you not to use this version anymore. 0.4.2 has a couple of really nice to have bug fixes (such as a fixed memory leak or these kinds of problems with wrong imports as well).

But on the other hand, I could release a quick 0.3.1 update trying to port most of the fixes and fixing your particular problem by changing

quad-snd = "0.1.0-alpha.1"`` to quad-snd = "=0.1.0-alpha.1"`

in Cargo.toml.