bevy_scriptum/examples/lua
GolDNenex f9e872e111
Update bevy 0.15 (#36)
* Update bevy 0.15

* Removed unused import "AsyncReadExt"

* Update README.md

* Update lib.rs

* Update README.md

* Fix cargo test by not running examples that never end in lib.rs

* get rid of warnings

* update version references

* dont run examples

* deny warnings

* remove obsolete runners

---------

Co-authored-by: Jarosław Konik <konikjar@gmail.com>
2025-04-15 21:27:08 +02:00
..
call_function_from_rust.rs Update bevy 0.15 (#36) 2025-04-15 21:27:08 +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 Lua support (#16) 2024-06-16 07:06:09 +02:00
side_effects.rs support bevy 0.14 (#20) 2024-07-05 17:16:06 +02:00