We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbe9a7 commit b1ee43cCopy full SHA for b1ee43c
readme.md
@@ -264,6 +264,7 @@ To see more complex applications of this library have a look at the examples:
264
- [generating statically typed lua wrappers + ReflectReference system](examples/wrappers.rs)
265
- [lua - documentation generation + lua static typing](examples/lua/documentation_gen.rs)
266
- [lua - bevy console integration](examples/lua/console_integration.rs)
267
+- [lua - dynamic queryies](examples/lua/dynamic_queries.rs)
268
- [rhai - bevy console integration](examples/rhai/console_integration.rs)
269
- [lua - game of life with teal](examples/lua/game_of_life.rs)
270
- [rhai - game of life](examples/rhai/game_of_life.rs)
0 commit comments