mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Skip-tree for windows-sys
This commit is contained in:
@@ -58,13 +58,13 @@ skip = [
|
||||
{ name = "thiserror" }, # ecosystem is in the process of migrating from 1.x to 2.x
|
||||
{ name = "thiserror-impl" }, # same as above
|
||||
{ name = "toml_datetime" }, # required while eco-system updates to toml 1.0
|
||||
{ name = "windows-sys" }, # mostly hopeless to avoid
|
||||
]
|
||||
skip-tree = [
|
||||
{ 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
|
||||
{ name = "phf" }, # mime_guess2, unicode_names2 -> 0.11.3; accesskit -> 0.13.1
|
||||
{ name = "windows-sys" }, # mostly hopeless to avoid
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user