jakobhellermann / bevy_editor_pls

In-App editor tools for bevy applications
Other
758 stars 78 forks source link

Update to 0.11 #81

Closed Vetle-Dyngeland closed 1 year ago

Vetle-Dyngeland commented 1 year ago

Any info on if/when this is going to be updated?

raffaeleragni commented 1 year ago

I second that. Some plan or idea could be useful, it would help me schedule my downstream work a bit better.

jakobhellermann commented 1 year ago

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.

Zrocket commented 1 year ago

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.

TarekAS commented 1 year ago

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" }
chamons commented 1 year ago

Seems to work reasonably well for me.

jakobhellermann commented 1 year ago

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