bevyengine / bevy_editor_prototypes

Low-friction experiments for the bevy_editor
https://bevyengine.github.io/bevy_editor_prototypes/
Apache License 2.0
147 stars 28 forks source link

Make clippy happy #17

Closed janhohenheim closed 1 month ago

janhohenheim commented 1 month ago

Resolves #18 by definition when merged, haha

alice-i-cecile commented 1 month ago

This time for real: I swear branch protection is set up correctly this time.

alice-i-cecile commented 1 month ago

Failed sucessfully. TBH, I think you should make an empty lib.rs for now to get this to pass (and maybe remove this dummy test?).

alice-i-cecile commented 1 month ago

You're trying to run DefaultPlugins in your test :)

janhohenheim commented 1 month ago

I thought just disabling WinitPlugin was enough to have it headless 🤔 Let's try RenderPlugin as well. I tend to avoid MinimalPlugins because it does not play well with glTF loading.

Update: meh, that fails due to missing Shader resources. Let's keep it simple then and use MinimalPlugins.