[package] name = "sylasteven-system-ui-nanovg" version = "0.1.1" description = "A system for sylasteven for ui rendering using nanovg" license = "MIT OR Apache-2.0" authors = ["Fabio Krapohl "] readme = "README.md" repository = "https://gitlab.com/porky11/sylasteven-system-ui-nanovg" edition = "2018" [dependencies] sylasteven = "0.1.1" glutin = "0.16.0" nanovg = { git = "https://github.com/porky11/nanovg-rs", features = ["gl3"], version = "1.0.2" } gl = "0.14.0" lazy_static = "1.4.0"