jakobhellermann / bevy_editor_pls

In-App editor tools for bevy applications
Other
727 stars 75 forks source link

Support Bevy v0.14 #109

Closed umut-sahin closed 1 month ago

umut-sahin commented 2 months ago

Thanks for the crate, it'd be lovely if it's supported on v0.14 :raised_hands:

zhaop commented 2 months ago

In the mean time you can try out #110 by adding this to your Cargo.toml (let me know if something is broken :) )

[patch.crates-io]
bevy_editor_pls = { git = "https://github.com/zhaop/bevy_editor_pls.git", rev = "340a0e2cb1fa96b512e91ce35cd072059b066346" }

or if you want the latest commit -- but it might be broken because it relies on versions yet to be published on crates.io:

[patch.crates-io]
bevy_editor_pls = { git = "https://github.com/zhaop/bevy_editor_pls.git", branch = "bevy-0.14" }
jakobhellermann commented 1 month ago

110 is now merged and released