Skip to content

Commit

Permalink
Update README.md for bevy 0.13 (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
jf908 committed Feb 20, 2024
1 parent 14f1546 commit 325bbdf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Here's a minimal usage example:
```toml
# Cargo.toml
[dependencies]
bevy = "0.12"
bevy = "0.13"
bevy_egui = "0.25"
```

Expand Down Expand Up @@ -85,6 +85,7 @@ cargo run --example ui

| bevy | bevy_egui |
|------|-----------|
| 0.13 | 0.25 |
| 0.12 | 0.23-0.24 |
| 0.11 | 0.21-0.22 |
| 0.10 | 0.20 |
Expand Down

0 comments on commit 325bbdf

Please sign in to comment.