1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

WIP: Update to winit 0.29

This commit is contained in:
Fredrik Fornwall
2023-11-21 23:26:40 +01:00
parent e037489ac2
commit c93defdcf8
13 changed files with 776 additions and 402 deletions

View File

@@ -51,7 +51,7 @@ wgpu.workspace = true
## Enable this when generating docs.
document-features = { version = "0.2", optional = true }
winit = { version = "0.28", default-features = false, optional = true }
winit = { version = "0.29", default-features = false, optional = true, features = ["rwh_05"] }
# Native:
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]