# 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 = "vulkano-glfw-v2" version = "0.2.0" authors = ["braxtons12 ", "André Twupack "] description = "Utility functions to use GFLW with Vulkano" readme = "README.md" keywords = ["vulkan", "glfw", "graphics"] categories = ["graphics", "game-engines", "gui", "rendering::graphics-api"] license = "MIT" repository = "https://gitlab.com/braxtons12/vulkano-glfw-v2" [dependencies.glfw] version = "^0.37.0" features = ["vulkan"] [dependencies.vk-sys] version = "^0.5.1" [dependencies.vulkano] version = "^0.18.0" [badges.maintenance] status = "passively-maintained"