Skip to content

Commit

Permalink
Rerun 0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Apr 9, 2024
1 parent 31a0a7d commit 697d814
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 57 deletions.
111 changes: 58 additions & 53 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "revy"
version = "0.14.0"
version = "0.15.0"
authors = ["rerun.io <[email protected]>"]
categories = ["gamedev", "tools", "debugger"]
description = "Proof-of-concept time-travel debugger for Bevy, built with Rerun."
Expand All @@ -21,7 +21,7 @@ targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]


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

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ https://github.com/rerun-io/revy/assets/2910679/cd096cbe-5e68-4acf-8010-e6c32c55

## Usage

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

2. Add `revy` to your dependencies:
```toml
revy = "0.14" # always matches the rerun version
revy = "0.15" # always matches the rerun version
```

3. Initialize the `rerun` plugin:
Expand Down Expand Up @@ -86,3 +86,4 @@ You can also register your own custom loggers by inserting a `RerunComponentLogg
| Bevy | Revy | Rerun |
| ---------------------------------------------------------------- | ------------------------------------------------------------- | -------------------------------------------------------------- |
| [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) |
| [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 comments on commit 697d814

Please sign in to comment.