Replies: 1 comment 4 replies
-
This is most likely cause by a bad OpenGL driver. Unfortunately cross compiling the Skia backend won't be possible with mingw. You could try using the software renderer - although you might run into some missing features related to text. Try passing |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have tried to cross compile the gallery demo for Windows in the linux host (ubuntu 22.04) using opengl backend.
Compilation have finished successfully with following command:
cargo run --target x86_64-pc-windows-gnu
I able to run application under Wine.
But when I run application in Windows 11 there is no text at all:
I have tried both release 1.0.0 and master branch.
Beta Was this translation helpful? Give feedback.
All reactions