[package] name = "auragfx" version = "0.1.0" authors = ["handicraftsman "] edition = "2018" license = "MIT" categories = ["graphics"] description = "A simple platform abstraction layer and a rendering library for AirKit GUI toolkit" homepage = "https://github.com/aurashell" [features] default = ["backend-glutin"] backend-glutin = ["auragfx-backend-glutin"] [dependencies] spirv_cross = "0.15.0" shaderc = "0.6.0" auragfx-backend-api = "0.1.0" auragfx-backend-glutin = { version = "0.1.0", optional = true }