Skip to content

Commit a7724ca

Browse files
comment out git patch
1 parent e38643f commit a7724ca

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ bevy_render = { version = "0.19.0" }
3737
# bevy_render = { path = "../bevy/crates/bevy_render" }
3838
# bevy_utils = { path = "../bevy/crates/bevy_utils" }
3939
# bevy = { path = "../bevy" }
40-
bevy_ecs = { git = "https://github.com/bevyengine/bevy" }
41-
bevy_app = { git = "https://github.com/bevyengine/bevy" }
42-
bevy_color = { git = "https://github.com/bevyengine/bevy" }
43-
bevy_log = { git = "https://github.com/bevyengine/bevy" }
44-
bevy_platform = { git = "https://github.com/bevyengine/bevy" }
45-
bevy_render = { git = "https://github.com/bevyengine/bevy" }
46-
bevy_utils = { git = "https://github.com/bevyengine/bevy" }
47-
bevy = { git = "https://github.com/bevyengine/bevy" }
40+
41+
# bevy_ecs = { git = "https://github.com/bevyengine/bevy" }
42+
# bevy_app = { git = "https://github.com/bevyengine/bevy" }
43+
# bevy_color = { git = "https://github.com/bevyengine/bevy" }
44+
# bevy_log = { git = "https://github.com/bevyengine/bevy" }
45+
# bevy_platform = { git = "https://github.com/bevyengine/bevy" }
46+
# bevy_render = { git = "https://github.com/bevyengine/bevy" }
47+
# bevy_utils = { git = "https://github.com/bevyengine/bevy" }
48+
# bevy = { git = "https://github.com/bevyengine/bevy" }

0 commit comments

Comments
 (0)