sarkahn / bevy_ascii_terminal

A simple terminal for rendering ascii in bevy.
MIT License
86 stars 10 forks source link

Update to Bevy 0.13 #23

Closed msklosak closed 4 months ago

msklosak commented 5 months ago

This PR updates bevy_ascii_terminal to support Bevy 0.13, bumping the version to 0.15.0.

NOTE: Depends on https://github.com/sarkahn/sark_grids_rs/pull/2 and https://github.com/sarkahn/bevy_tiled_camera/pull/6 being published.

ndarilek commented 4 months ago

Hey, curious if there are plans to merge this? Using this plugin in my game and this blocks a 0.13 upgrade.

Thanks!