I built a game with raylib-rs and built it with cargo build --release from Windows 11. I runs fine in my PC but when trying on a VM it does not run.

What do I need to ship with the executable to make it work on Windows? Also, on linux, it says it needs libc to run too, is there any way to build it with the dependencies built into a standalone?