rich-sdl2-rust-sys 0.2.3

The sdl2 binding for Rust.
1
2
3
4
//! Rust FFI to `SDL2/SDL.h`
#![allow(warnings)]

include!(concat!(env!("OUT_DIR"), "/bind.rs"));