How to cross compile a Gtk-rs program to windows

Hello, I have a small Gtk-rs program for my daily use and I would like to bundle an installer for it for Windows. My program depends on the gtk SDK. I tried adding the Windows x86 GNU toolchain via cargo and I installed mingw64 gcc for my Fedora Linux host. Yet I am having no luck: build log


Maybe once I figure this out I'd write a blog post for those who are in the same boat :smiley:

1 Like

(Not something I have done; can't help with problems.)
https://gtk-rs.org/docs-src/tutorial/cross

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.