[package] name = "auragfx-backend-glutin" version = "0.1.0" authors = ["handicraftsman "] edition = "2018" license = "MIT" categories = ["graphics"] homepage = "https://github.com/aurashell" description = "Glutin backend for AuraGfx" [dependencies] auragfx-backend-api = "0.1.0" glutin = "0.21.0" gl = "0.13.0"