[package] name = "gouache" version = "0.2.0" authors = ["Micah Johnston "] edition = "2018" description = "Text and vector graphics rendering on the gpu" repository = "https://github.com/glowcoil/gouache" readme = "README.md" license = "MIT/Apache-2.0" [dependencies] gl = "0.11.0" [dev-dependencies] glutin = "0.21.0" ttf-parser = "0.2.2" usvg = "0.9.0"