vulkan-rust-sys 0.10.0

Raw Vulkan FFI types generated from vk.xml
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"
name = "vulkan-rust-sys"
version = "0.10.0"
authors = ["Johan Voskamp <55276630+Hiddentale@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw Vulkan FFI types generated from vk.xml"
documentation = "https://docs.rs/vulkan-rust-sys"
readme = "README.md"
keywords = [
    "vulkan",
    "ffi",
    "graphics",
    "gpu",
    "vk-xml",
]
categories = [
    "api-bindings",
    "graphics",
    "rendering::graphics-api",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Hiddentale/vulkan_rust"
resolver = "2"

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

[[bin]]
name = "rust_layout_check"
path = "src/bin/rust_layout_check.rs"

[[test]]
name = "handles"
path = "tests/handles.rs"

[[test]]
name = "layout"
path = "tests/layout.rs"