mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
WIP: Update to winit 0.29
This commit is contained in:
@@ -61,12 +61,12 @@ egui = { version = "0.23.0", path = "../egui", default-features = false, feature
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
raw-window-handle.workspace = true
|
||||
web-time = { version = "0.2" } # We use web-time so we can (maybe) compile for web
|
||||
winit = { version = "0.28", default-features = false }
|
||||
winit = { version = "0.29", default-features = false, features = ["rwh_05"] }
|
||||
|
||||
#! ### Optional dependencies
|
||||
|
||||
# feature accesskit
|
||||
accesskit_winit = { version = "0.15.0", optional = true }
|
||||
accesskit_winit = { version = "0.16.0", optional = true }
|
||||
|
||||
## Enable this when generating docs.
|
||||
document-features = { version = "0.2", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user