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
GDK has not been initialized. Call `gdk::init` or `gtk::init` first.
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Encountered a panic in system `bevy_wry::setup_webview<simple::Command, simple::Command>`!
Encountered a panic in system `bevy_app::main_schedule::Main::run_main`!
The text was updated successfully, but these errors were encountered:
I don't have an access to Linux machine ATM, but I believe that it should be fixed now (X11 only). The caveat is that there is an issue: winit + wry transparency doesn't work properly on linux.
To work around that I added an Anchor + multi webview support, so now you can use webviews as widgets.
Also, I replaced the simple example with fullscreen and anchor examples.
OS Ubuntu 22.04 crashes on the example with
The text was updated successfully, but these errors were encountered: