bevy_scriptum/examples/rhai
Peter David Faria 2c82a2fa0e
Added initial support for bevy 0.16.0 (#39)
* Added initial support for bevy 0.16.0

* Removed unnecessary bevy feature

* update version references

---------

Co-authored-by: Jaroslaw Konik <konikjar@gmail.com>
2025-05-01 11:18:52 +02:00
..
call_function_from_rust.rs Added initial support for bevy 0.16.0 (#39) 2025-05-01 11:18:52 +02:00
current_entity.rs Lua support (#16) 2024-06-16 07:06:09 +02:00
custom_type.rs Lua support (#16) 2024-06-16 07:06:09 +02:00
ecs.rs Lua support (#16) 2024-06-16 07:06:09 +02:00
entity_variable.rs Lua support (#16) 2024-06-16 07:06:09 +02:00
function_params.rs Lua support (#16) 2024-06-16 07:06:09 +02:00
hello_world.rs Lua support (#16) 2024-06-16 07:06:09 +02:00
multiple_plugins.rs Added add_scripting_api function to AppBuilder (#23) 2024-07-17 10:36:00 +02:00
non_closure_system.rs Lua support (#16) 2024-06-16 07:06:09 +02:00
promises.rs Added initial support for bevy 0.16.0 (#39) 2025-05-01 11:18:52 +02:00
side_effects.rs Added initial support for bevy 0.16.0 (#39) 2025-05-01 11:18:52 +02:00