You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is where it occurred to me that these changes might not simply be a change of internal types, it can affect library to library operations, and it can unveil some hidden complexity I might not be aware of.
I am willing to continue working on a fork and making a PR for this, but I am not quite sure if this is the right approach.
On top of keeping support for the HasRawWindowHandle, there is also a HasWindowHandle trait now.
The text was updated successfully, but these errors were encountered:
Is an update to
raw-window-handle
possible?It would allow integration with parented webview windows via wry >=v0.36.0.
The latest I can push in this direction currently is
0.35.2
, at that stage wry still acceptsHasRawWindowHandle
trait.I notice that keeping support for
HasRawWindowHandle
in newer versions requires some work, mainly:raw_window_handle returns Result:
---WindowHandle accepts NonZero isize:
This is where it occurred to me that these changes might not simply be a change of internal types, it can affect library to library operations, and it can unveil some hidden complexity I might not be aware of.
I am willing to continue working on a fork and making a PR for this, but I am not quite sure if this is the right approach.
On top of keeping support for the
HasRawWindowHandle
, there is also aHasWindowHandle
trait now.The text was updated successfully, but these errors were encountered: