1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -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

@@ -152,7 +152,7 @@ winit = { workspace = true, default-features = false, features = ["rwh_06"] }
egui-wgpu = { workspace = true, optional = true, features = [
"winit",
] } # if wgpu is used, use it with winit
pollster = { version = "0.3", optional = true } # needed for wgpu
pollster = { workspace = true, optional = true } # needed for wgpu
# we can expose these to user so that they can select which backends they want to enable to avoid compiling useless deps.
# this can be done at the same time we expose x11/wayland features of winit crate.