Skip to content

Commit 45174a0

Browse files
committed
fix thing
1 parent 6cd340a commit 45174a0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

crates/bevy_mod_scripting_functions/Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "readme.md"
1414
[features]
1515
bevy_a11y = ["bevy_a11y_bms_bindings"]
1616
bevy_animation = ["bevy_animation_bms_bindings"]
17-
bevy_asset = []
17+
bevy_asset = ["bevy_asset_bms_bindings"]
1818
bevy_color = ["bevy_color_bms_bindings"]
1919
bevy_core_pipeline = ["bevy_core_pipeline_bms_bindings"]
2020
bevy_ecs = ["bevy_ecs_bms_bindings"]
@@ -35,6 +35,7 @@ bevy_text = ["bevy_text_bms_bindings"]
3535
bevy_time = ["bevy_time_bms_bindings"]
3636
bevy_transform = ["bevy_transform_bms_bindings"]
3737

38+
3839
core_functions = []
3940
lua_bindings = ["bevy_mod_scripting_lua"]
4041
rhai_bindings = ["bevy_mod_scripting_rhai"]
@@ -45,7 +46,7 @@ profiling = { workspace = true }
4546
bevy_mod_scripting_core = { workspace = true }
4647
bevy_mod_scripting_derive = { workspace = true }
4748
bevy_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" }
4950
bevy_system_reflection = { path = "../bevy_system_reflection", version = "0.2.0" }
5051

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

0 commit comments

Comments
 (0)