Skip to content

Commit

Permalink
changed from webgpu to webgl for compatibility reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
jullanggit committed Mar 6, 2024
1 parent 44aae0d commit 06726c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy= { version = "0.13.0", default-features = false, features = ["webgpu", "animation", "bevy_animation", "bevy_asset", "bevy_audio", "bevy_core_pipeline", "bevy_render", "bevy_scene", "bevy_sprite", "bevy_text", "bevy_ui", "bevy_winit", "default_font", "hdr", "multi-threaded", "png", "serialize", "subpixel_glyph_atlas", "wayland", "x11"] }
bevy= { version = "0.13.0", default-features = false, features = ["animation", "bevy_animation", "bevy_asset", "bevy_audio", "bevy_core_pipeline", "bevy_render", "bevy_scene", "bevy_sprite", "bevy_text", "bevy_ui", "bevy_winit", "default_font", "hdr", "multi-threaded", "png", "serialize", "subpixel_glyph_atlas", "wayland", "x11", "webgl2"] }
bevy_asset_loader = { version = "0.20.0", features = ["2d"] }
bevy-inspector-egui = "0.23.3"

Expand Down

0 comments on commit 06726c6

Please sign in to comment.