This commit is contained in:
Jaroslaw Konik 2024-06-16 07:25:40 +02:00
parent a2ddb9b5c1
commit 7a8721f78f

View file

@ -4,7 +4,7 @@ bevy_scriptum is a a plugin for [Bevy](https://bevyengine.org/) that allows you
Currently [Rhai](https://rhai.rs/) and [Lua](https://lua.org/) are supported, but more languages may be added in the future. Currently [Rhai](https://rhai.rs/) and [Lua](https://lua.org/) are supported, but more languages may be added in the future.
Everything you need to know to get started with using this library is contained in the Everything you need to know to get started with using this library is contained in the
[bevy_scriptum book](https://link-to-book.com) [bevy_scriptum book](https://jarkonik.github.io/bevy_scriptum/)
API docs are available in [docs.rs](https://docs.rs/bevy_scriptum/latest/bevy_scriptum/) API docs are available in [docs.rs](https://docs.rs/bevy_scriptum/latest/bevy_scriptum/)