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

Update some crates (#5337)

This commit is contained in:
Emil Ernerfeldt
2024-11-01 13:07:01 +01:00
committed by GitHub
parent 67c82ed5f2
commit 42652e223c
5 changed files with 406 additions and 431 deletions

View File

@@ -44,6 +44,7 @@ deny = [
]
skip = [
{ name = "base64" }, # Pretty small
{ name = "bit-set" }, # wgpu's naga depends on 0.8, syntect's (used by egui_extras) fancy-regex depends on 0.5
{ name = "bit-vec" }, # dependency of bit-set in turn, different between 0.6 and 0.5
{ name = "bitflags" }, # old 1.0 version via glutin, png, spirv, …