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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user