kunalarya
kunalarya
@Osspial -- this is really neat! I wanted to share some work I've been doing to get child window support for MacOS. The key things I've added is a `EventSubscriber`...
There's one hacky option: require users to decrement `retainCount` when adding a wgpu surface, initially via a direct `msg_send!` snippet or via an API call.
I like that idea a lot. I looked at how `iced_baseview` works, and for wgpu it calls `iced_graphics`' compositor trait method: https://github.com/iced-rs/iced/blob/260bbc5690b921e678d02eeb7a558c48874544d0/graphics/src/window/compositor.rs#L25-L31 Which just wraps `create_surface`, as you can imagine....
Thank you for the context and thorough answer! I agree with your comment on #137 and that we should probably close it -- I don't need to target AU for...