nvg-gl 0.5.0

NVG Renderer for OpenGL
Documentation
[package]
name = "nvg-gl"
version = "0.5.0"
authors = ["Sunli <scott_s829@163.com>"]
edition = "2018"
keywords = ["nanovg", "opengl"]
description = "NVG Renderer for OpenGL"
license = "MIT"
publish = true
homepage = "https://github.com/sunli829/nvg"

[dependencies]
nvg = "0.5.0"
slab = "0.4.2"
gl = "0.14.0"
failure = "0.1.6"

[dev-dependencies]
glutin = "0.21.1"