-
Notifications
You must be signed in to change notification settings - Fork 11
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
Disable default bevy features for Quill #20
base: main
Are you sure you want to change the base?
Conversation
One moment, the revert means it seems like the original changes aren't here, I'll see if I can revert-revert |
Ok, everything should be prepared again I think. |
👍 this change! Build size is a big concern for my app. On that topic, one thing that I'd like to contribute (if you think it's appropriate @viridia) would be making bevy_ui an optional default in |
I'm open to this; the original PR had some compatibility issues and I haven't gotten around to testing/rebasing the new one - been a bit distracted lately. Separating |
The place where Quill core depends on bevy_ui the most is the dependency path that runs through bevy_mod_stylebuilder. You'd basically have to make styles an optional feature or something. |
Now vortex should be working.