Lokathor / fermium

An easy to build and use set of SDL2 bindings.
https://docs.rs/fermium
60 stars 14 forks source link

Build Ability: optionally use a system-installed version of SDL2 #71

Closed Lokathor closed 1 year ago

Lokathor commented 3 years ago

We actually did this all the time in the past, but people complained that they had to install something, so we moved away from it.

Ideally, this would be one option on the list of ways to get SDL2 linked in.

One trouble is that the SDL2 installed on a linux system is often out of date. That's sorta the user's problem though, not really ours.

Lokathor commented 1 year ago

this has been the default on mac/linux for a while. on windows it defaults to the bundled pre-built files.