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
My program, svitlyna, resizes its screen to fit the image that it's displaying - the resizing happens after the reset vector because the program relies on Console/vector to get the image data.
for whatever reason, the resizing doesn't always work on Wayland. I tried updating the egui dependency to include emilk/egui#4211, but it didn't seem to work either. However, the new versions require you to specify build features for Wayland and/or X11, and I was able to fix it by adding the x11 feature but not the wayland feature. But I don't think that's a good solution, so I'm not submitting it.
This does work with X11, for example, by unsetting the WAYLAND_DISPLAY environment variable.
The text was updated successfully, but these errors were encountered:
See #5
This does work with X11, for example, by unsetting the
WAYLAND_DISPLAY
environment variable.The text was updated successfully, but these errors were encountered: