Update docs

This commit is contained in:
Jaroslaw Konik 2023-07-11 20:48:22 +02:00
parent ab6cfe825e
commit 025cad413d
3 changed files with 5 additions and 3 deletions

View file

@ -1,7 +1,7 @@
[package]
name = "bevy_scriptum"
authors = ["Jaroslaw Konik <konikjar@gmail.com>"]
version = "0.1.0"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"

View file

@ -80,7 +80,7 @@ Add the following to your `Cargo.toml`:
```toml
[dependencies]
bevy_scriptum = "0.1"
bevy_scriptum = "0.2"
```
or execute `cargo add bevy_scriptum` from your project directory.
@ -146,6 +146,7 @@ The examples live in `examples` directory and their corresponding scripts live i
| bevy version | bevy_scriptum version |
|--------------|----------------------|
| 0.11 | 0.2 |
| 0.10 | 0.1 |
### Promises - getting return values from scripts

View file

@ -78,7 +78,7 @@
//!
//! ```toml
//! [dependencies]
//! bevy_scriptum = "0.1"
//! bevy_scriptum = "0.2"
//! ```
//!
//! or execute `cargo add bevy_scriptum` from your project directory.
@ -144,6 +144,7 @@
//!
//! | bevy version | bevy_scriptum version |
//! |--------------|----------------------|
//! | 0.11 | 0.2 |
//! | 0.10 | 0.1 |
//!
//! ## Promises - getting return values from scripts