vulkano 0.35.2

Safe wrapper for the Vulkan graphics API
Documentation
[build-dependencies.foldhash]
version = "0.1"

[build-dependencies.heck]
version = "0.4"

[build-dependencies.indexmap]
version = "2.0"

[build-dependencies.nom]
version = "7.1"

[build-dependencies.once_cell]
version = "1.17"

[build-dependencies.proc-macro2]
version = "1.0"

[build-dependencies.quote]
version = "1.0"

[build-dependencies.serde]
features = ["derive"]
version = "1.0"

[build-dependencies.serde_json]
version = "1.0"

[build-dependencies.vk-parse]
version = "0.15"

[dependencies.ash]
version = "0.38.0"

[dependencies.bytemuck]
features = ["derive", "min_const_generics"]
version = "1.9"

[dependencies.crossbeam-queue]
version = "0.3"

[dependencies.foldhash]
version = "0.1"

[dependencies.half]
features = ["bytemuck"]
version = "2.0"

[dependencies.libloading]
version = "0.8"

[dependencies.once_cell]
version = "1.17"

[dependencies.parking_lot]
features = ["send_guard"]
version = "0.12"

[dependencies.raw-window-handle]
features = ["std"]
version = "0.6"

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.slabbin]
version = "1.1"

[dependencies.smallvec]
version = "1.8"

[dependencies.thread_local]
version = "1.1"

[dependencies.vulkano-macros]
optional = true
version = "0.35"

[dev-dependencies.libc]
version = "0.2.153"

[features]
default = ["macros", "x11"]
document_unchecked = []
macros = ["dep:vulkano-macros"]
x11 = ["dep:x11-dl", "dep:x11rb"]

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

[lints.clippy]
arc_with_non_send_sync = "allow"
borrow_as_ptr = "warn"
collapsible_else_if = "allow"
collapsible_if = "allow"
len_without_is_empty = "allow"
missing_safety_doc = "allow"
multiple_unsafe_ops_per_block = "warn"
needless_borrowed_reference = "allow"
nonminimal_bool = "allow"
ptr_as_ptr = "warn"
ptr_cast_constness = "warn"
result_large_err = "allow"
too_many_arguments = "allow"
trivially_copy_pass_by_ref = "warn"
type_complexity = "allow"

[lints.rust]
missing_docs = "allow"
rust_2024_incompatible_pat = "warn"
unsafe_op_in_unsafe_fn = "warn"

[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1

[lints.rust.rust_2024_compatibility]
level = "allow"
priority = -1

[package]
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["rendering::graphics-api"]
description = "Safe wrapper for the Vulkan graphics API"
documentation = "https://docs.rs/vulkano"
edition = "2021"
homepage = "https://vulkano.rs"
keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"]
license = "MIT OR Apache-2.0"
name = "vulkano"
readme = "README.md"
repository = "https://github.com/vulkano-rs/vulkano/tree/master/vulkano"
rust-version = "1.75.0"
version = "0.35.2"

[target.'cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "hurd", target_os = "illumos", target_os = "linux", target_os = "netbsd", target_os = "openbsd", target_os = "solaris"))'.dependencies.x11-dl]
optional = true
version = "2.0"

[target.'cfg(any(target_os = "dragonfly", target_os = "freebsd", target_os = "hurd", target_os = "illumos", target_os = "linux", target_os = "netbsd", target_os = "openbsd", target_os = "solaris"))'.dependencies.x11rb]
features = ["allow-unsafe-code"]
optional = true
version = "0.13"

[target.'cfg(target_vendor = "apple")'.dependencies.raw-window-metal]
version = "1.0"