jay-ash 0.2.0+1.4.341

Vulkan bindings for Rust
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.90.0"
name = "jay-ash"
version = "0.2.0+1.4.341"
authors = [
    "Maik Klein <maikklein@googlemail.com>",
    "Benjamin Saunders <ben.e.saunders@gmail.com>",
    "Marijn Suijten <marijn@traverseresearch.nl>",
    "Julian Orth <ju.orth@gmail.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vulkan bindings for Rust"
readme = "README.md"
keywords = [
    "gamedev",
    "graphics",
    "vulkan",
    "bindings",
]
categories = [
    "api-bindings",
    "external-ffi-bindings",
    "game-development",
    "graphics",
    "rendering::graphics-api",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/mahkoh/jay-ash"

[package.metadata.release]
no-dev-version = true

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
debug = []
default = [
    "loaded",
    "debug",
    "std",
]
linked = []
loaded = [
    "libloading",
    "std",
]
std = []

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

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

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

[dependencies.libloading]
version = "0.9"
optional = true