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

Update dependencies (#3700)

Also disable `regex` `env_logger` feature in examples to improve compile
times.
This commit is contained in:
Emil Ernerfeldt
2023-12-12 12:59:40 +01:00
committed by GitHub
parent 8d4de866d4
commit c8dd3dd01a
25 changed files with 139 additions and 106 deletions

View File

@@ -36,6 +36,7 @@ deny = [
skip = [
{ name = "arrayvec" }, # old version via tiny-skiaz
{ name = "base64" }, # small crate, old version from usvg
{ name = "bitflags" }, # old 1.0 version via glutin, png, spirv, …
{ name = "glow" }, # TODO(@wumpf): Old version use for glow backend right now, newer for wgpu. Updating this trickles out to updating winit.
{ name = "glutin_wgl_sys" }, # TODO(@wumpf): Old version use for glow backend right now, newer for wgpu. Updating this trickles out to updating winit.
{ name = "libloading" }, # wgpu-hal itself depends on 0.8 while some of its dependencies, like ash and d3d12, depend on 0.7