Skip to content

Commit

Permalink
Remove webgl2 from dev dependencies
Browse files Browse the repository at this point in the history
Added erroneously.
  • Loading branch information
jgayfer committed Oct 23, 2024
1 parent 932ed9b commit 582faa6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ bevy = { version = "0.14", default-features = false, features = [
smallvec = "1.13"

[dev-dependencies]
bevy = { version = "0.14", default-features = false, features = [
bevy = { version = "0.15.0-rc.1", default-features = false, features = [
"bevy_render",
"bevy_core_pipeline",
"bevy_winit",
"bevy_sprite",
"png",
"x11",
"webgl2"
"x11"
] }

[lints.clippy]
Expand Down

0 comments on commit 582faa6

Please sign in to comment.