bevy_scriptum/book/src/lua/installation.md
Jarosław Konik 450962b1d0
Some checks failed
Book / test (push) Has been cancelled
Deploy book / deploy (push) Has been cancelled
Rust / build (push) Has been cancelled
Bump version to 0.9.0 (#59)
2025-05-27 19:35:32 +02:00

310 B

Installation

Add the following to your Cargo.toml:

[dependencies]
bevy = "0.16"
bevy_scriptum = { version = "0.9", features = ["lua"] }

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