jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.1k stars 164 forks source link

Make bevy-render optional #199

Closed Swoorup closed 3 days ago

Swoorup commented 3 weeks ago

Solves https://github.com/jakobhellermann/bevy-inspector-egui/issues/198

Makes bevy_render, bevy_core_pipeline, bevy_egui optional.

jakobhellermann commented 4 days ago

Thanks for the PR, and sorry for not taking a look earlier. If my memory serves me right, I originally didn't make this optional because bevy_egui had a dependency on it anyways, but it seems like that has changed: https://github.com/mvlabat/bevy_egui/pull/243

jakobhellermann commented 4 days ago

I've pushed a rebase on main since I can't push directly to the PR: https://github.com/jakobhellermann/bevy-inspector-egui/commit/0b1e058bcae3cdc59a0d5fed7442cd1c567438df

Swoorup commented 4 days ago

Yep looks good to me.