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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: