File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
crates/bevy_mod_scripting_functions Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ bevy_text = ["bevy_text_bms_bindings"]
3535bevy_time = [" bevy_time_bms_bindings" ]
3636bevy_transform = [" bevy_transform_bms_bindings" ]
3737
38-
3938core_functions = []
4039lua_bindings = [" bevy_mod_scripting_lua" ]
4140rhai_bindings = [" bevy_mod_scripting_rhai" ]
@@ -46,7 +45,7 @@ profiling = { workspace = true }
4645bevy_mod_scripting_core = { workspace = true }
4746bevy_mod_scripting_derive = { workspace = true }
4847bevy_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" }
5049bevy_system_reflection = { path = " ../bevy_system_reflection" , version = " 0.2.0" }
5150
5251bevy_ecs = { workspace = true , features = [" std" , " bevy_reflect" ] }
You can’t perform that action at this time.
0 commit comments