[package]
edition = "2018"
name = "flo_render_gl_offscreen"
version = "0.3.1"
authors = ["Andrew Hunter"]
description = "Re-exports platform-appropriate libraries for initialising offscreen rendering"
license = "Apache-2.0"
repository = "https://github.com/Logicalshift/flo_draw"
[dependencies]
[target."cfg(target_os = \"linux\")".dependencies.egl]
version = "0.2"
[target."cfg(target_os = \"linux\")".build-dependencies.bindgen]
version = "0.54"
[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]
version = "0.3"
features = [
"winnt",
"winuser",
"wingdi",
"libloaderapi",
]