Closed PROMETHIA-27 closed 3 months ago
I had to revert this because it broke Vortex, but I'm open to accepting an improved version of the PR.
that's strange- broke in what way? I had a small compile error but I thought I fixed that. I'll see if i can figure it out but I also probably won't end up continuing the project i was going to use quill for anyway
The problems I encountered were:
bevy_pbr
.try: cargo run -p bevy_vortex
.
Removes all bevy features except
bevy_ui
by default, to allow disabling features while using quill and improving compile times.I've checked it by
cargo check
andcargo test
and both succeed but am not 100% confident that nothing is broken.