Skip to content

Commit

Permalink
Add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JMS55 committed Mar 1, 2025
1 parent ebadc1c commit 88a0ec8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion crates/bevy_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,15 @@ default = ["coupled_naga"]

# Bevy users should _always_ leave this feature on.
#
# Bevy/wgpu developers can turn this feature off to test a newer version of wgpu
# Bevy/wgpu developers can turn this feature off (see `default` above) to test a newer version of wgpu
# without needing to also update naga_oil. Make sure to update both wgpu and wgpu-types.
#
# When turning this feature off, you can add the following to bevy/Cargo.toml:
# [patch.crates-io]
# wgpu = { git = "https://github.com/gfx-rs/wgpu", rev = "..." }
# wgpu-core = { git = "https://github.com/gfx-rs/wgpu", rev = "..." }
# wgpu-hal = { git = "https://github.com/gfx-rs/wgpu", rev = "..." }
# wgpu-types = { git = "https://github.com/gfx-rs/wgpu", rev = "..." }
coupled_naga = ["wgpu/naga-ir"]

# Texture formats (require more than just image support)
Expand Down

0 comments on commit 88a0ec8

Please sign in to comment.