update readme (#22)
This commit is contained in:
parent
182f26e273
commit
f85dbcffe2
2 changed files with 2 additions and 2 deletions
|
|
@ -91,7 +91,7 @@ Add the following to your `Cargo.toml`:
|
|||
|
||||
```toml
|
||||
[dependencies]
|
||||
bevy_scriptum = { version = "0.5", features = ["lua"] }
|
||||
bevy_scriptum = { version = "0.6", features = ["lua"] }
|
||||
```
|
||||
|
||||
or execute `cargo add bevy_scriptum --features lua` from your project directory.
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@
|
|||
//!
|
||||
//! ```toml
|
||||
//! [dependencies]
|
||||
//! bevy_scriptum = { version = "0.5", features = ["lua"] }
|
||||
//! bevy_scriptum = { version = "0.6", features = ["lua"] }
|
||||
//! ```
|
||||
//!
|
||||
//! or execute `cargo add bevy_scriptum --features lua` from your project directory.
|
||||
|
|
|
|||
Loading…
Reference in a new issue