diff --git a/Cargo.toml b/Cargo.toml index a46ea51..beb474e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,10 +14,7 @@ resolver = "2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -bevy = {version = "0.7.0-dev", default-features = false, features = ["bevy_render"]} +bevy = {version = "0.7", default-features = false, features = ["bevy_render"]} [dev-dependencies] -bevy = {version = "0.7.0-dev", default-features = false, features = ["x11", "wayland", "bevy_pbr", "bevy_core_pipeline"]} - -[patch.crates-io] -bevy = { git = "https://github.com/bevyengine/bevy", branch = "main" } \ No newline at end of file +bevy = {version = "0.7", default-features = false, features = ["x11", "wayland", "bevy_pbr", "bevy_core_pipeline"]} \ No newline at end of file