offscreen_gl_context 0.4.2

Creation and manipulation of HW accelerated offscreen rendering contexts in multiple platforms. Originally intended for the Servo project's WebGL implementation.
Documentation
.PHONY: all tests
all:
	@echo > /dev/null

tests:
	cargo test --verbose
	cargo test --features texture_surface --verbose