# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "auragfx" version = "0.1.0" authors = ["handicraftsman "] description = "A simple platform abstraction layer and a rendering library for AirKit GUI toolkit" homepage = "https://github.com/aurashell" categories = ["graphics"] license = "MIT" [dependencies.auragfx-backend-api] version = "0.1.0" [dependencies.auragfx-backend-glutin] version = "0.1.0" optional = true [dependencies.shaderc] version = "0.6.0" [dependencies.spirv_cross] version = "0.15.0" [features] backend-glutin = ["auragfx-backend-glutin"] default = ["backend-glutin"]