File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" }
You can’t perform that action at this time.
0 commit comments