1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Update wgpu to 27.0.0 (#7580)

This commit is contained in:
Andreas Reich
2025-10-03 09:54:46 +02:00
committed by GitHub
parent 096ed1c0cb
commit 427c0766fd
6 changed files with 78 additions and 51 deletions

View File

@@ -57,8 +57,9 @@ skip = [
{ name = "core-graphics-types" }, # version conflict between winit and wgpu ecosystems
]
skip-tree = [
{ name = "rfd" }, # example dependency
{ name = "windows" }, # the ecosystem is currently transitioning from 0.58 to 0.61
{ name = "hashbrown" }, # wgpu's naga depends on 0.16, accesskit depends on 0.15
{ name = "rfd" }, # example dependency
{ name = "windows" }, # the ecosystem is currently transitioning from 0.58 to 0.61
]