License:Zlib AppVeyor TravisCI

fermium

This is always no_std.

To define the C types involved, the bindings use winapi on Windows and libc elsewhere.

Setup

sh curl -L https://www.libsdl.org/release/SDL2-2.0.9.tar.gz | tar xz cd SDL2-2.0.9 ./configure make sudo make install

In the future the crate will likely have a feature to enable a static link with SDL2 (necessary on some platforms), but you should avoid a static link if possible. Using a dynamic link lets users get a newer versions of SDL2 with bug fixes and patches and it'll "Just Work" with the copy of your program they already have.