Skip to content

Commit 2b2ac23

Browse files
authored
change readme.md
1 parent a035dc7 commit 2b2ac23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@ To see more complex applications of this library have a look at the examples:
316316
- [lua - bevy API](bevy_mod_scripting/examples/lua/bevy_api.rs)
317317
- [generating statically typed wrappers + ScriptRef system](bevy_mod_scripting/examples/wrappers.rs)
318318
- [lua - documentation generation + lua static typing](bevy_mod_scripting/examples/lua/documentation_gen.rs)
319-
- [lua - bevy console integration](bevy_mod_scripting/examples/lua/console_integration.rs)
320-
- [rhai - bevy console integration](bevy_mod_scripting/examples/rhai/console_integration.rs)
319+
- ~~[lua - bevy console integration](bevy_mod_scripting/examples/lua/console_integration.rs)~~ not up to date with bevy 0.8
320+
- ~~[rhai - bevy console integration](bevy_mod_scripting/examples/rhai/console_integration.rs)~~ not up to date with bevy 0.8
321321
- [lua - game of life with teal](bevy_mod_scripting/examples/lua/game_of_life.rs)
322322

323323
Below is a video showcasing the game_of_life example:

0 commit comments

Comments
 (0)