Disable default bevy features for Quill#20
Disable default bevy features for Quill#20PROMETHIA-27 wants to merge 5 commits intoviridia:mainfrom
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.