Open madsmtm opened 2 months ago
since we need to convert between the root crate's VideoModeHandle and MonitorHandles, and the platform's types.
We don't actually want to convert though, we want to use the exact same thing on the top type as well, like for Window
right now, we don't have any conversion.
This is a bit of duplication, but needed if we intend to split the backends into separate crates, since we need to convert between the root crate's
VideoModeHandle
andMonitorHandle
s, and the platform's types.