deltaphc / raylib-rs

Rust bindings for raylib
Other
715 stars 123 forks source link

Best way to compile for windows while on linux? #177

Closed 1Codealot closed 5 months ago

1Codealot commented 5 months ago

Hi!

I am going to start a project using this crate(? idk i'm new to rust) and I want to know; is there a way to use this to compile for multiple Os's using this?

Thank you for helping!

wegfawefgawefg commented 5 months ago

it works on any OS. cargo build on the target OS. And it just works. How are you going to check to see if it works on mac or windows if you didn't run it on those targets? Please run your binaries on the target machine or at the least in a vm.