flo_render_gl_offscreen 0.2.1

Re-exports platform-appropriate libraries for initialising offscreen rendering
Documentation
[dependencies]

[package]
authors = ["Andrew Hunter"]
description = "Re-exports platform-appropriate libraries for initialising offscreen rendering"
edition = "2018"
license = "Apache-2.0"
name = "flo_render_gl_offscreen"
repository = "https://github.com/Logicalshift/flo_draw"
version = "0.2.1"
[target."cfg(target_os = \"linux\")".build-dependencies.bindgen]
version = "0.54"
[target."cfg(target_os = \"linux\")".dependencies.egl]
version = "0.2"
[target."cfg(target_os = \"macos\")".dependencies.cgl]
version = "0.3"
[target."cfg(target_os = \"windows\")".dependencies.glutin_wgl_sys]
version = "0.1"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["winnt", "winuser", "wingdi", "libloaderapi"]
version = "0.3"