diff --git a/Cargo.toml b/Cargo.toml index bb2a88911..8e23605bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ manage_clipboard = ["clipboard", "thread_local"] open_url = ["webbrowser"] [dependencies] -bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false, features = ["render", "bevy_winit"] } +bevy = { version = "0.5", default-features = false, features = ["render", "bevy_winit"] } egui = "0.10.0" webbrowser = { version = "0.5.5", optional = true } winit = { version = "0.24.0", features = ["x11"], default-features = false } @@ -33,4 +33,4 @@ thread_local = { version = "1.1.0", optional = true } version-sync = "0.9.2" [target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies] -bevy = { git = "https://github.com/bevyengine/bevy", branch = "main", default-features = false, features = ["bevy_wgpu", "x11", "png"] } \ No newline at end of file +bevy = { version = "0.5", default-features = false, features = ["bevy_wgpu", "x11", "png"] } diff --git a/README.md b/README.md index 2086fb253..060496c3b 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Here's a minimal usage example: ```toml # Cargo.toml [dependencies] -bevy = "0.4" +bevy = "0.5" bevy_egui = "0.3" ``` @@ -64,3 +64,10 @@ cargo run --example ui - [`jakobhellermann/bevy-inspector-egui`](https://github.com/jakobhellermann/bevy-inspector-egui) - [`mvlabat/bevy_megaui`](https://github.com/mvlabat/bevy_megaui) + +## Bevy support table + +|bevy|bevy-inspector-egui| +|---|---| +|0.5|0.4| +|0.4|0.1-0.3|