Rust-SDL2 is a library for talking to the new SDL2.0 libraries from Rust. Low-level C components are wrapped in Rust code to make them more idiomatic and abstract away inappropriate manual memory management. Rust-SDL2 uses the MIT license, but SDL2 itself is under the zlib license. gfx to link against SDL2_gfx and have access to gfx features image to link against SDL2_image and have access to imag

