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'm not sure about the current state of sdl_main.rs, especially because I don't have a Mac machine at my disposal. libSDLmain.a is primarily a means to get the consistent SDL_main entry point across different platforms anyway, so you can just use main.rs to build it on Linux anyway. I'll keep this issue open as the whole SDL_main business should be reconsidered at some point.
Hi, I'm trying to run the demo using the
sdl_main.rs
approach, but it does not seems to be working. This is the linking error I got:This is the Rust version I'm using:
Running the
main.rs
demo worked fine. Any ideas?The text was updated successfully, but these errors were encountered: