vulkan-registry 0.2.4+vulkan-1.4.342

Parses the Vulkan API Registry XML files
Documentation
# 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 = "2024"
rust-version = "1.85.0"
name = "vulkan-registry"
version = "0.2.4+vulkan-1.4.342"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parses the Vulkan API Registry XML files"
readme = "README.md"
keywords = [
    "gamedev",
    "graphics",
    "vulkan",
    "headers",
    "bindings",
]
categories = [
    "api-bindings",
    "external-ffi-bindings",
    "game-development",
    "graphics",
    "rendering::graphics-api",
]
license-file = "LICENSE.md"
repository = "https://github.com/jbatez/vulkan-headers-rs"

[lib]
name = "vulkan_registry"
path = "src/lib.rs"

[dependencies.quick-xml]
version = "0.38.4"