Skip to content

Commit

Permalink
Use WebGL for example
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod authored and johanhelsing committed Sep 21, 2023
1 parent 5f54b74 commit 41a3fb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/bevy_ggrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ bevy = { version = "0.11", default-features = false, features = [
"bevy_asset",
"bevy_sprite",
"png",
# Default WebGPU backend not yet widely supported
"webgl2",
# gh actions runners don't like wayland
"x11",
] }
Expand Down

0 comments on commit 41a3fb5

Please sign in to comment.