Skip to content

Commit

Permalink
Update the bevy_egui version in the README example
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlabat committed Feb 19, 2024
1 parent 8f72370 commit 14f1546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Here's a minimal usage example:
# Cargo.toml
[dependencies]
bevy = "0.12"
bevy_egui = "0.24"
bevy_egui = "0.25"
```

```rust
Expand Down

0 comments on commit 14f1546

Please sign in to comment.