Skip to content

Commit

Permalink
Add note about web support
Browse files Browse the repository at this point in the history
  • Loading branch information
jgayfer authored Jun 5, 2024
1 parent 134eb20 commit 284bc5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ fn setup(mut commands: Commands) {

To see an in depth example, use `cargo run --example dungeon`.

## Web support

⚠️ Currently only WebGPU is supported. You'll need to enable the `webgpu` flag from Bevy.

## Motiviation

When I first started experimenting with Bevy, the lack of a first party 2D
Expand Down

0 comments on commit 284bc5b

Please sign in to comment.