# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "vulkanalia-sys" version = "0.25.0" authors = ["Kyle Mayes "] description = "Raw Vulkan bindings for Rust." documentation = "https://docs.rs/vulkanalia-sys" readme = "README.md" keywords = [ "graphics", "vulkan", ] categories = ["graphics"] license = "Apache-2.0" repository = "https://github.com/KyleMayes/vulkanalia" [package.metadata.docs.rs] features = ["provisional"] [dependencies.bitflags] version = "1" [features] default = ["std"] no_std_error = [] provisional = [] std = []