Hello
Could I combine GitHub - tauri-apps/wry: Cross-platform WebView library in Rust for Tauri. and Gtk-rs (4) to display a webview?
I would like to display the Wry in some kind of Gtk-widget + I need to have the possibility to set a custom header in all the requests sent in the Wry-webview (for the session).
Edit: Wry has a function called with_url_and_headers
so that way I can inject the session-id in my requests. Now I only still need a way to display it in my Gtk-rs instead of Tao.