update iced_glutin to use new surface api

This commit is contained in:
Richard 2022-10-31 20:23:24 -03:00 committed by bungoboingo
parent aa7164fdde
commit 0553062be1
2 changed files with 258 additions and 91 deletions

View file

@ -16,6 +16,9 @@ debug = ["iced_winit/debug"]
system = ["iced_winit/system"]
multi_window = ["iced_winit/multi_window"]
[dependencies.raw-window-handle]
version = "0.5.0"
[dependencies.log]
version = "0.4"