diff --git a/Cargo.toml b/Cargo.toml index 048d63e..1107f49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,10 +10,7 @@ categories = ["game-engines"] description = "Bevy plugin to help implement loading states" [dependencies] -bevy = { version = "0.5.0", default-features = false } +bevy = { git = "https://github.com/bevyengine/bevy.git", default-features = false } [dev-dependencies] -bevy = "0.5.0" - -[patch.crates-io] bevy = { git = "https://github.com/bevyengine/bevy.git" }