Skip to content

Commit 1067eaa

Browse files
authored
Fix typo in bevy_internal/Cargo.toml (#12535)
# Objective Fixes typo by #11341. Functionally doesn't change anything other than naming consistency and stop IDE's from screaming at you.
1 parent 948ea31 commit 1067eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_internal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ bevy_ui = { path = "../bevy_ui", optional = true, version = "0.14.0-dev" }
202202
bevy_winit = { path = "../bevy_winit", optional = true, version = "0.14.0-dev" }
203203
bevy_gilrs = { path = "../bevy_gilrs", optional = true, version = "0.14.0-dev" }
204204
bevy_gizmos = { path = "../bevy_gizmos", optional = true, version = "0.14.0-dev", default-features = false }
205-
bevy_dev_tools = { path = "../bevy_dev_tools/", optional = true, version = "0.14.0-dev" }
205+
bevy_dev_tools = { path = "../bevy_dev_tools", optional = true, version = "0.14.0-dev" }
206206

207207
[lints]
208208
workspace = true

0 commit comments

Comments
 (0)