# 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] name = "vks" version = "0.21.0" authors = ["Dennis Hamester "] build = "build.rs" exclude = [".gitignore", ".gitlab-ci.yml"] description = "Vulkan FFI bindings and symbol loader. Vulkan 1.0.59 and all extensions are supported." homepage = "https://gitlab.com/dennis-hamester/vks" documentation = "https://docs.rs/vks" readme = "README.md" keywords = ["vulkan", "graphics", "ffi", "no_std"] categories = ["external-ffi-bindings", "rendering", "rendering::graphics-api", "no-std"] license = "ISC" repository = "https://gitlab.com/dennis-hamester/vks" [dependencies.libc] version = "0.2" [features] function_prototypes = [] experimental = [] [badges.gitlab] repository = "dennis-hamester/vks"