prototty_glutin 0.27.0

Prototty context for glutin windows.
Documentation
[package]
name = "prototty_glutin"
description = "Prototty context for glutin windows."
version = "0.27.0"
authors = ["Stephen Sherratt <sfsherratt@gmail.com>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/stevebob/prototty.git"
repository = "https://github.com/stevebob/prototty.git"
documentation = "https://docs.rs/prototty_glutin"

[features]
serialize = ["prototty_input/serialize", "prototty_render/serialize", "prototty_grid/serialize"]
storage = ["prototty_file_storage"]

[dependencies]
prototty_render = { path = "../render", version = "0.27" }
prototty_input = { path = "../input", version = "0.27" }
prototty_grid = { path = "../grid", version = "0.27" }
prototty_file_storage = { path = "../file-storage", version = "0.27", optional = true }
glutin = "0.20"
gfx_window_glutin = "0.30"
gfx_device_gl = "0.16"
gfx = "0.18"
gfx_glyph = "0.14"