@@ -14,7 +14,7 @@ readme = "readme.md"
1414[features ]
1515bevy_a11y = [" bevy_a11y_bms_bindings" ]
1616bevy_animation = [" bevy_animation_bms_bindings" ]
17- bevy_asset = []
17+ bevy_asset = [" bevy_asset_bms_bindings " ]
1818bevy_color = [" bevy_color_bms_bindings" ]
1919bevy_core_pipeline = [" bevy_core_pipeline_bms_bindings" ]
2020bevy_ecs = [" bevy_ecs_bms_bindings" ]
@@ -35,6 +35,7 @@ bevy_text = ["bevy_text_bms_bindings"]
3535bevy_time = [" bevy_time_bms_bindings" ]
3636bevy_transform = [" bevy_transform_bms_bindings" ]
3737
38+
3839core_functions = []
3940lua_bindings = [" bevy_mod_scripting_lua" ]
4041rhai_bindings = [" bevy_mod_scripting_rhai" ]
@@ -45,7 +46,7 @@ profiling = { workspace = true }
4546bevy_mod_scripting_core = { workspace = true }
4647bevy_mod_scripting_derive = { workspace = true }
4748bevy_mod_scripting_lua = { path = " ../languages/bevy_mod_scripting_lua" , optional = true , version = " 0.15.1" }
48- bevy_mod_scripting_rhai = { path = " ../languages/bevy_mod_scripting_rhai " , 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" }
4950bevy_system_reflection = { path = " ../bevy_system_reflection" , version = " 0.2.0" }
5051
5152bevy_ecs = { workspace = true , features = [" std" , " bevy_reflect" ] }
0 commit comments