Skip to content

Commit 9cff3e2

Browse files
Wumpfteh-cmc
andauthored
Update Bevy to 0.15, update Rerun to 0.20 (#4)
Considered adding blueprints to the example links, but wasn't all that interesting (maybe hide panels, but not much more to be done here) Performance overall comparable, Rerun 0.20 is generally a little bit faster, but not much here. What's really annoying though is the invasion of transform arrows: had to turn them off everywhere in a hacky way otherwise things get way to overloaded. Will follow-up over on Rerun about that. Updated readme (with updated examples) rendered: https://github.com/rerun-io/revy/blob/update-bevy-and-rerun/README.md --------- Co-authored-by: Clement Rey <[email protected]>
1 parent 1c5d25e commit 9cff3e2

20 files changed

+2745
-1589
lines changed

.github/workflows/rust.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions-rs/toolchain@v1
1818
with:
1919
profile: default
20-
toolchain: 1.80.0
20+
toolchain: 1.82.0
2121
override: true
2222

2323
- name: Install packages (Linux)
@@ -101,9 +101,9 @@ jobs:
101101
cargo-deny:
102102
runs-on: ubuntu-22.04
103103
steps:
104-
- uses: actions/checkout@v3
105-
- uses: EmbarkStudios/cargo-deny-action@v1
106-
with:
107-
rust-version: "1.80.0"
108-
log-level: warn
109-
command: check
104+
- uses: actions/checkout@v3
105+
- uses: EmbarkStudios/cargo-deny-action@v1
106+
with:
107+
rust-version: "1.82.0"
108+
log-level: warn
109+
command: check

0 commit comments

Comments
 (0)