bevy_scriptum/book/src/rhai/installation.md
Adam Lassiter a9f41f5bca
Update to use bevy 0.17.x (#70)
* Update to bevy 0.17

* Update magnus 0.8

* Update examples for bevy 0.17

* Update documentation references bevy 0.16 => 0.17

* add some additional ruby installation instructions

---------

Co-authored-by: Adam <adam@lassiter.uk>
Co-authored-by: Jaroslaw Konik <konikjar@gmail.com>
2026-02-22 23:11:23 +01:00

311 B

Installation

Add the following to your Cargo.toml:

[dependencies]
bevy = "0.17"
bevy_scriptum = { version = "0.9", features = ["rhai"] }

If you need a different version of bevy you need to use a matching bevy_scriptum version according to the bevy support matrix