iced
iced copied to clipboard
WIP Update to glutin 0.30
Glutin 0.30 drops the dependency on winit
, allowing it to be used with winit or other things that can provide a raw window handle. (Perhaps this could change the relationship between iced_winit
and iced_glutin
?)
This needs some fixes to error handling, and a few other things.