Skip to content

Commit 697d814

Browse files
committed
Rerun 0.15
1 parent 31a0a7d commit 697d814

File tree

3 files changed

+63
-57
lines changed

3 files changed

+63
-57
lines changed

Cargo.lock

Lines changed: 58 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "revy"
3-
version = "0.14.0"
3+
version = "0.15.0"
44
authors = ["rerun.io <[email protected]>"]
55
categories = ["gamedev", "tools", "debugger"]
66
description = "Proof-of-concept time-travel debugger for Bevy, built with Rerun."
@@ -21,7 +21,7 @@ targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
2121

2222

2323
[dependencies]
24-
rerun = { version = "0.14.1", default-features = false, features = ["sdk", "image", "glam"] }
24+
rerun = { version = "0.15.0", default-features = false, features = ["sdk", "image", "glam"] }
2525
bevy = { version = "0.13" }
2626
# bevy = { path = "../../bevyengine/bevy/" }
2727

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ https://github.com/rerun-io/revy/assets/2910679/cd096cbe-5e68-4acf-8010-e6c32c55
3131

3232
## Usage
3333

34-
1. [Install the Rerun Viewer](https://www.rerun.io/docs/getting-started/installing-viewer) (`0.14`).
34+
1. [Install the Rerun Viewer](https://www.rerun.io/docs/getting-started/installing-viewer) (`0.15`).
3535

3636
2. Add `revy` to your dependencies:
3737
```toml
38-
revy = "0.14" # always matches the rerun version
38+
revy = "0.15" # always matches the rerun version
3939
```
4040

4141
3. Initialize the `rerun` plugin:
@@ -86,3 +86,4 @@ You can also register your own custom loggers by inserting a `RerunComponentLogg
8686
| Bevy | Revy | Rerun |
8787
| ---------------------------------------------------------------- | ------------------------------------------------------------- | -------------------------------------------------------------- |
8888
| [0.13](https://github.com/bevyengine/bevy/releases/tag/v0.13.0) | [0.14](https://github.com/rerun-io/revy/releases/tag/0.14.0) | [0.14](https://github.com/rerun-io/rerun/releases/tag/0.14.0) |
89+
| [0.13](https://github.com/bevyengine/bevy/releases/tag/v0.13.0) | [0.15](https://github.com/rerun-io/revy/releases/tag/0.15.0) | [0.15](https://github.com/rerun-io/rerun/releases/tag/0.15.0) |

0 commit comments

Comments
 (0)