Leafwing-Studios / leafwing-input-manager

A straightforward stateful input manager for the Bevy game engine.
Apache License 2.0
686 stars 106 forks source link

Compilation in headless mode #508

Closed sapir closed 5 months ago

sapir commented 5 months ago

What problem does this solve?

Use types from leafwing-input-manager in a headless server that shares code with a graphical client.

What solution would you like?

Could the bevy/bevy_gilrs feature be made optional? leafwing-input-manager seems to compile fine without it.

alice-i-cecile commented 5 months ago

Yep, I'd be happy with a PR to do this.