Leafwing-Studios / leafwing_input_playback

Input capture and playback functionality for the Bevy game engine.
Apache License 2.0
30 stars 5 forks source link

Upgrade to Bevy 0.13 #35

Closed snendev closed 7 months ago

snendev commented 7 months ago

Changes

alice-i-cecile commented 7 months ago

I would prefer to have some tests for LogicalKey, but I won't block on it here.

snendev commented 7 months ago

I don't mind implementing in this PR. But I'm not sure what those tests should look like; maybe reading from ReceivedCharacters during playback? (Should that work as-is?)

alice-i-cecile commented 7 months ago

I think that should work. But yeah, let's do it separately :)

snendev commented 7 months ago

ack -- looks like I checked in a random git file I didn't realize was there from when I was trying to cargo fmt 🤦🏻