Closed janhohenheim closed 1 month ago
This time for real: I swear branch protection is set up correctly this time.
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?).
You're trying to run DefaultPlugins
in your test :)
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
.
Resolves #18 by definition when merged, haha