Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ updates:
# same one so there is one layout engine in the tree. Bump it by hand
# together with bevy.
- dependency-name: taffy
# wgpu has to stay on the version bevy_render pins; `app` names it only for
# the types FSR hands to Bevy's own render device (`fsr.rs`), and wgpu-ffx
# links against the same one. A second wgpu in the tree makes `Device`,
# `Texture` and `TextureView` two unrelated types each. Bump it by hand
# together with bevy.
- dependency-name: wgpu

- package-ecosystem: github-actions
directory: /
Expand Down
43 changes: 21 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.