How to bundle a Gtk-rs and rusqlite program for Windows from Linux?

196 views Asked by At

I have a Rust program that depends on libgtk3 and sqlite3 and I would like to generate an installer/executable for x86 Windows. I do not have access to a Windows machine so I need to bundle it from my primary development platform, x86 Linux.

How does one approach cross-compilation in Rust?

0

There are 0 answers