flo_render_gl_offscreen 0.3.1

Re-exports platform-appropriate libraries for initialising offscreen rendering
Documentation
1
2
3
4
5
6
#![allow(warnings)]

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

#[link(name = "gbm")]
extern {}