Skip to content

Commit

Permalink
Update links to examples in README.md (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
theKlisha authored Dec 23, 2024
1 parent 5837e93 commit 69034c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ An example WASM project is live at [vladbat00.github.io/bevy_egui_web_showcase](
- Desktop and web platforms support
- Clipboard
- Opening URLs
- Multiple windows support (see [./examples/two_windows.rs](https://github.com/vladbat00/bevy_egui/blob/v0.29.0/examples/two_windows.rs))
- Paint callback support (see [./examples/paint_callback.rs](https://github.com/vladbat00/bevy_egui/blob/v0.29.0/examples/paint_callback.rs))
- Multiple windows support (see [./examples/two_windows.rs](https://github.com/vladbat00/bevy_egui/blob/v0.31.1/examples/two_windows.rs))
- Paint callback support (see [./examples/paint_callback.rs](https://github.com/vladbat00/bevy_egui/blob/v0.31.1/examples/paint_callback.rs))
- Mobile web virtual keyboard (still rough support and only works without prevent_default_event_handling set to false on the WindowPlugin primary_window)

![bevy_egui](bevy_egui.png)
Expand Down Expand Up @@ -68,7 +68,7 @@ fn ui_example_system(mut contexts: EguiContexts) {

```

For a more advanced example, see [examples/ui.rs](https://github.com/vladbat00/bevy_egui/blob/v0.20.1/examples/ui.rs).
For a more advanced example, see [examples/ui.rs](https://github.com/vladbat00/bevy_egui/blob/v0.31.1/examples/ui.rs).

```bash
cargo run --example ui
Expand Down

0 comments on commit 69034c6

Please sign in to comment.