You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think this is intended (otherwise the Usage guide in the readme needs to be adjusted as well), so I think we should re-export the type/libfmod or newtype it.
One thing I don't understand yet, is why do the examples compile even though libfmod is not part of the dev dependencies?
The text was updated successfully, but these errors were encountered:
Since #73 it seems to be necessary for users to add libfmod to their cargo.toml next to bevy_fmod.
This is because of the usage of
libfmod::StopMode
which the user must set when constructing theAudioSource
.https://github.com/Salzian/bevy_fmod/pull/73/files#diff-a0d564d99c2bcbac0bf318444c9701005d0ff57d990104e268e523df94b393bcR37
I don't think this is intended (otherwise the Usage guide in the readme needs to be adjusted as well), so I think we should re-export the type/libfmod or newtype it.
One thing I don't understand yet, is why do the examples compile even though libfmod is not part of the dev dependencies?
The text was updated successfully, but these errors were encountered: