Skip to content

Commit dec12df

Browse files
committed
docs
1 parent 7d61e2f commit dec12df

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

docs/src/Summary/installation.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,7 @@ By default all of the useful features are enabled, but you may disable them if y
4646
| Feature | Description |
4747
| ---- | ---- |
4848
| core_functions | If enabled, will enable all core functions, i.e. bevy integrations which let you interact with Bevy via reflection |
49-
| bevy_core_bindings | Enables bindings for the `bevy_core` module |
50-
| bevy_ecs_bindings | Enables bindings for the `bevy_ecs` module |
51-
| bevy_hierarchy_bindings | Enables bindings for the `bevy_hierarchy` module |
52-
| bevy_input_bindings | Enables bindings for the `bevy_input` module |
53-
| bevy_math_bindings | Enables bindings for the `bevy_math` module |
54-
| bevy_reflect_bindings | Enables bindings for the `bevy_reflect` module |
55-
| bevy_time_bindings | Enables bindings for the `bevy_time` module |
56-
| bevy_transform_bindings | Enables bindings for the `bevy_transform` module |
49+
| bevy_<bevy_crate>_bindings | enables bindings for the specified bevy crate, e.g. `bevy_ecs`, `bevy_transform`, `bevy_pbr` etc. for a full list of available modules check out [The Cargo manifest](https://github.com/makspll/bevy_mod_scripting/blob/432b91b1022a133b34d1b4a7eb382268f34b76ea/crates/bevy_mod_scripting_functions/Cargo.toml#L14) |
5750
| mlua_async | Enables `mlua/async`|
5851
| mlua_serialize | Enables `mlua/serialize` |
5952
| mlua_macros | Enables `mlua/macros` |

0 commit comments

Comments
 (0)