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
I'm using the master branch in a rust project and it fails to render a webview on macos and the program crashes when instantiating webview
according to my debugger my program just quits when this is hit
description
I'm using the master branch in a rust project and it fails to render a webview on macos and the program crashes when instantiating webview
according to my debugger my program just quits when this is hit
Issues lie here:
https://github.com/Boscop/web-view/blob/master/webview-sys/webview_cocoa.c
web-view/src/lib.rs
Line 348 in 82d7cbc
debugger leads
line 61
line 328 in webview_cocoa.c
finally src/lib.rs line 348
The text was updated successfully, but these errors were encountered: