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
Not sure about reexporting Kira here. I would prefer to keep the API backend agnostic. For #63 there will likely be a new trait from bevy_kira_audio. We could do the same for StaticSoundData.
Would that be fine?
I think reexporting StaticSoundData, SoundData, and Sound would be fine. However, when a new type from kira is used in the public api, then it should also be exported.
Is there a way for Github Actions to know that a foreign item is used, but not reexported?
Currently, to create a
StaticSoundData
forAudioSource
, you have to importkira
with the correct version. I'd like... to not do that lol.Also, in the case that #63 would be implemented, it is likely that users would have to reimport
kira
just to implement their ownSoundData
.A solution to this is to reexport
kira
itself.The text was updated successfully, but these errors were encountered: