-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add bitcode support #739
base: main
Are you sure you want to change the base?
Add bitcode support #739
Conversation
Thanks for the PR @tbillington. Since the Would you be happy to add the extra |
Oh interesting, I can look into that 👍 When you say the library in unstable, what exactly do you mean? |
Ah I just mean that the library is pre-1.0, so breaking changes are still expected. If the library does make breaking changes then we'll either need to make a breaking change in |
Another solution is to specify |
Happy to make the change caibear suggested, would that still require |
Hmm, I wouldn't be comfortable taking on this kind of stability policy in |
Hello I've created a PR to add support for |
This pr adds support for
bitcode
, commonly used by bevy games for it's more compact representation.