Skip to content

Commit

Permalink
deploy: 7ee53aa
Browse files Browse the repository at this point in the history
  • Loading branch information
makspll committed Jan 2, 2025
1 parent 1721948 commit 8f92598
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ <h2 id="extra-features"><a class="header" href="#extra-features">Extra Features<
<div class="table-wrapper"><table><thead><tr><th>Feature</th><th>Description</th></tr></thead><tbody>
<tr><td>core_functions</td><td>If enabled, will enable all core functions, i.e. bevy integrations which let you interact with Bevy via reflection</td></tr>
<tr><td>bevy_bindings</td><td>If enabled, populates the function registry with additiona automatically generated bevy bindings. This includes functions on <code>glam</code> and <code>bevy::ecs</code> types. These are useful but will slow down compilation considerably.</td></tr>
<tr><td>mlua_async</td><td>Enables <code>mlua/async</code></td></tr>
<tr><td>mlua_serialize</td><td>Enables <code>mlua/serialize</code></td></tr>
<tr><td>mlua_macros</td><td>Enables <code>mlua/macros</code></td></tr>
<tr><td>unsafe_lua_modules</td><td>Allows loading unsafe modules via <code>require</code> in lua</td></tr>
</tbody></table>
</div>
</main>
Expand Down
4 changes: 4 additions & 0 deletions installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ <h2 id="extra-features"><a class="header" href="#extra-features">Extra Features<
<div class="table-wrapper"><table><thead><tr><th>Feature</th><th>Description</th></tr></thead><tbody>
<tr><td>core_functions</td><td>If enabled, will enable all core functions, i.e. bevy integrations which let you interact with Bevy via reflection</td></tr>
<tr><td>bevy_bindings</td><td>If enabled, populates the function registry with additiona automatically generated bevy bindings. This includes functions on <code>glam</code> and <code>bevy::ecs</code> types. These are useful but will slow down compilation considerably.</td></tr>
<tr><td>mlua_async</td><td>Enables <code>mlua/async</code></td></tr>
<tr><td>mlua_serialize</td><td>Enables <code>mlua/serialize</code></td></tr>
<tr><td>mlua_macros</td><td>Enables <code>mlua/macros</code></td></tr>
<tr><td>unsafe_lua_modules</td><td>Allows loading unsafe modules via <code>require</code> in lua</td></tr>
</tbody></table>
</div>
</main>
Expand Down
4 changes: 4 additions & 0 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ <h2 id="extra-features"><a class="header" href="#extra-features">Extra Features<
<div class="table-wrapper"><table><thead><tr><th>Feature</th><th>Description</th></tr></thead><tbody>
<tr><td>core_functions</td><td>If enabled, will enable all core functions, i.e. bevy integrations which let you interact with Bevy via reflection</td></tr>
<tr><td>bevy_bindings</td><td>If enabled, populates the function registry with additiona automatically generated bevy bindings. This includes functions on <code>glam</code> and <code>bevy::ecs</code> types. These are useful but will slow down compilation considerably.</td></tr>
<tr><td>mlua_async</td><td>Enables <code>mlua/async</code></td></tr>
<tr><td>mlua_serialize</td><td>Enables <code>mlua/serialize</code></td></tr>
<tr><td>mlua_macros</td><td>Enables <code>mlua/macros</code></td></tr>
<tr><td>unsafe_lua_modules</td><td>Allows loading unsafe modules via <code>require</code> in lua</td></tr>
</tbody></table>
</div><div style="break-before: page; page-break-before: always;"></div><h1 id="managing-scripts"><a class="header" href="#managing-scripts">Managing Scripts</a></h1>
<p>Scripts live in the standard bevy <code>assets</code> directory. Loading a script means:</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 8f92598

Please sign in to comment.