@@ -139,33 +139,33 @@ path = "examples/avian.rs"
139139required-features = [" backend_avian" ]
140140
141141[patch .crates-io ]
142- bevy_app = { path = " ../bevy/crates/bevy_app " }
143- bevy_core = { path = " ../bevy/crates/bevy_core " }
144- bevy_core_pipeline = { path = " ../bevy/crates/bevy_core_pipeline " , optional = true }
145- bevy_ecs = { path = " ../bevy/crates/bevy_ecs " }
146- bevy_math = { path = " ../bevy/crates/bevy_math " }
147- bevy_reflect = { path = " ../bevy/crates/bevy_reflect " }
148- bevy_render = { path = " ../bevy/crates/bevy_render " }
149- bevy_text = { path = " ../bevy/crates/bevy_text " , optional = true }
150- bevy_utils = { path = " ../bevy/crates/bevy_utils " }
151- bevy_window = { path = " ../bevy/crates/bevy_window " }
142+ bevy_app = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " }
143+ bevy_core = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " }
144+ bevy_core_pipeline = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " , optional = true }
145+ bevy_ecs = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " }
146+ bevy_math = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " }
147+ bevy_reflect = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " }
148+ bevy_render = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " }
149+ bevy_text = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " , optional = true }
150+ bevy_utils = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " }
151+ bevy_window = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " }
152152
153153# transitive dependencies
154- bevy_derive = { path = " ../bevy/crates/bevy_derive " }
155- bevy_transform = { path = " ../bevy/crates/bevy_transform " }
156- bevy_asset = { path = " ../bevy/crates/bevy_asset " }
157- bevy_pbr = { path = " ../bevy/crates/bevy_pbr " }
154+ bevy_derive = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " }
155+ bevy_transform = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " }
156+ bevy_asset = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " }
157+ bevy_pbr = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " }
158158bevy_mod_raycast = { path = " ../bevy_mod_raycast" }
159159
160160# Optional
161- bevy_color = { path = " ../bevy/crates/bevy_color " , optional = true }
162- bevy_ui = { path = " ../bevy/crates/bevy_ui " , optional = true }
163- bevy_input = { path = " ../bevy/crates/bevy_input " , optional = true }
164- bevy_sprite = { path = " ../bevy/crates/bevy_sprite " , optional = true }
165- bevy_hierarchy = { path = " ../bevy/crates/bevy_hierarchy " , optional = true }
166- bevy = { path = " ../ bevy" , optional = true }
167-
168- bevy_eventlistener = { path = " ../ bevy_eventlistener" }
161+ bevy_color = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " , optional = true }
162+ bevy_ui = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " , optional = true }
163+ bevy_input = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " , optional = true }
164+ bevy_sprite = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " , optional = true }
165+ bevy_hierarchy = { git = " https://github.com/bevyengine/bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " , optional = true }
166+ bevy = { git = " https://github.com/bevyengine/ bevy.git " , rev = " 9386bd0114c44c9f00a2e9c41db1225aaa78d159 " , optional = true }
167+
168+ bevy_eventlistener = { git = " https://github.com/vrixyz/ bevy_eventlistener.git " , branch = " bevy_main " }
169169# bevy_egui = { optional = true, version = "0.28.0" } # >=0.28, <=0.XX
170170# bevy_rapier3d = { optional = true, version = "0.27.0-rc.1" }
171171# bevy_xpbd_3d = { optional = true, version = "0.5.0" }
0 commit comments