Update README.md (#58)

This commit is contained in:
Jarosław Konik 2025-05-23 06:53:07 +00:00 committed by GitHub
parent 56fd44062c
commit f2bb079c60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,7 +120,7 @@ Add the following to your `Cargo.toml`:
```toml
[dependencies]
bevy_scriptum = { version = "0.7", features = ["lua"] }
bevy_scriptum = { version = "0.8", features = ["lua"] }
```
or execute `cargo add bevy_scriptum --features lua` from your project directory.