You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/installation.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,4 +48,9 @@ By default all of the useful features are enabled, but you may disable them if y
48
48
| ---- | ---- |
49
49
| core_functions | If enabled, will enable all core functions, i.e. bevy integrations which let you interact with Bevy via reflection |
50
50
| bevy_bindings | If enabled, populates the function registry with additiona automatically generated bevy bindings. This includes functions on `glam` and `bevy::ecs` types. These are useful but will slow down compilation considerably. |
51
+
| mlua_async | Enables `mlua/async`|
52
+
| mlua_serialize | Enables `mlua/serialize`|
53
+
| mlua_macros | Enables `mlua/macros`|
54
+
| unsafe_lua_modules | Allows loading unsafe modules via `require` in lua |
0 commit comments