Skip to content

Commit 4edf8fe

Browse files
committed
fix typo
1 parent 45174a0 commit 4edf8fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/bevy_mod_scripting_functions/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ bevy_text = ["bevy_text_bms_bindings"]
3535
bevy_time = ["bevy_time_bms_bindings"]
3636
bevy_transform = ["bevy_transform_bms_bindings"]
3737

38-
3938
core_functions = []
4039
lua_bindings = ["bevy_mod_scripting_lua"]
4140
rhai_bindings = ["bevy_mod_scripting_rhai"]
@@ -46,7 +45,7 @@ profiling = { workspace = true }
4645
bevy_mod_scripting_core = { workspace = true }
4746
bevy_mod_scripting_derive = { workspace = true }
4847
bevy_mod_scripting_lua = { path = "../languages/bevy_mod_scripting_lua", optional = true, version = "0.15.1" }
49-
bevy_mod_scripting_rhai = { path = "../languages/bevybevy_text_bms_bindings_mod_scripting_rhai", optional = true, version = "0.15.1" }
48+
bevy_mod_scripting_rhai = { path = "../languages/bevy_mod_scripting_rhai", optional = true, version = "0.15.1" }
5049
bevy_system_reflection = { path = "../bevy_system_reflection", version = "0.2.0" }
5150

5251
bevy_ecs = { workspace = true, features = ["std", "bevy_reflect"] }

0 commit comments

Comments
 (0)