1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Update to the latest dependencies (#7599)

This commit is contained in:
Emil Ernerfeldt
2025-10-07 16:26:13 +02:00
committed by GitHub
parent 86dc9ea64e
commit 56b1def064
4 changed files with 446 additions and 254 deletions

View File

@@ -54,9 +54,10 @@ skip = [
{ name = "quick-xml" }, # old version via wayland-scanner
{ name = "redox_syscall" }, # old version via winit
{ name = "rustc-hash" }, # Small enough
{ name = "thiserror-impl" }, # same as above
{ name = "thiserror" }, # ecosystem is in the process of migrating from 1.x to 2.x
{ name = "thiserror-impl" }, # same as above
{ name = "windows-sys" }, # mostly hopeless to avoid
{ name = "zerocopy" }, # Small enough
]
skip-tree = [
{ name = "hashbrown" }, # wgpu's naga depends on 0.16, accesskit depends on 0.15