Closed Vetle-Dyngeland closed 1 year ago
I second that. Some plan or idea could be useful, it would help me schedule my downstream work a bit better.
The main branch is already updated so you can use that for now, but for some reason the mouse input was a bit broken when I tested it so I didn't release yet.
If it fully supports bevy 0.11 you should update the readme file. Or maybe say it sorta works if there's still a few kinks.
For anyone wondering how to import the main branch:
[dependencies]
bevy = { version = "0.11", default-features = false, features = ["bevy_winit"] }
bevy_editor_pls = { git = "https://github.com/jakobhellermann/bevy_editor_pls.git", branch = "main" }
Seems to work reasonably well for me.
Okay this is finally done, sorry for letting this sit for so long. 0.5 is up on crates.io with proper bevy 0.11 support
Any info on if/when this is going to be updated?