vk-graph 0.14.4

A high-performance Vulkan driver with automatic resource management and execution.
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"
name = "vk-graph"
version = "0.14.4"
authors = ["John Wells <john@attackgoat.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high-performance Vulkan driver with automatic resource management and execution."
homepage = "https://github.com/attackgoat/vk-graph"
documentation = "https://docs.rs/vk-graph"
readme = "README.md"
keywords = [
    "gamedev",
    "vulkan",
]
categories = [
    "game-development",
    "multimedia::images",
    "rendering::engine",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/attackgoat/vk-graph"

[features]
ash-molten = [
    "loaded",
    "dep:ash-molten",
]
checked = []
default = [
    "checked",
    "loaded",
    "parking_lot",
]
linked = ["ash/linked"]
loaded = ["ash/loaded"]
profile-with-optick = ["profiling/profile-with-optick"]
profile-with-puffin = ["profiling/profile-with-puffin"]
profile-with-superluminal = ["profiling/profile-with-superluminal"]
profile-with-tracy = ["profiling/profile-with-tracy"]

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

[[example]]
name = "aliasing"
path = "examples/aliasing.rs"

[[example]]
name = "app"
path = "examples/app.rs"

[[example]]
name = "baked"
path = "examples/baked.rs"

[[example]]
name = "bindless"
path = "examples/bindless.rs"

[[example]]
name = "cpu_readback"
path = "examples/cpu_readback.rs"

[[example]]
name = "debugger"
path = "examples/debugger.rs"

[[example]]
name = "egui"
path = "examples/egui.rs"

[[example]]
name = "font_bmp"
path = "examples/font_bmp.rs"

[[example]]
name = "fuzzer"
path = "examples/fuzzer.rs"

[[example]]
name = "image_sampler"
path = "examples/image_sampler.rs"

[[example]]
name = "imgui"
path = "examples/imgui.rs"

[[example]]
name = "min_max"
path = "examples/min_max.rs"

[[example]]
name = "mip_compute"
path = "examples/mip_compute.rs"

[[example]]
name = "mip_graphics"
path = "examples/mip_graphics.rs"

[[example]]
name = "msaa"
path = "examples/msaa.rs"

[[example]]
name = "multipass"
path = "examples/multipass.rs"

[[example]]
name = "multithread"
path = "examples/multithread.rs"

[[example]]
name = "ray_omni"
path = "examples/ray_omni.rs"

[[example]]
name = "ray_tracing"
path = "examples/ray_tracing.rs"

[[example]]
name = "rt_triangle"
path = "examples/rt_triangle.rs"

[[example]]
name = "subgroup_ops"
path = "examples/subgroup_ops.rs"

[[example]]
name = "transitions"
path = "examples/transitions.rs"

[[example]]
name = "triangle"
path = "examples/triangle.rs"

[[example]]
name = "vertex_layout"
path = "examples/vertex_layout.rs"

[[example]]
name = "vsm_omni"
path = "examples/vsm_omni.rs"

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

[[bench]]
name = "image_swap_access"
path = "benches/image_swap_access.rs"
harness = false

[[bench]]
name = "submission_reorder"
path = "benches/submission_reorder.rs"
harness = false

[dependencies.ash]
version = "0.38.0"
features = [
    "debug",
    "std",
]
default-features = false

[dependencies.ash-window]
version = "0.13"

[dependencies.derive_builder]
version = "0.20"

[dependencies.fixedbitset]
version = "0.5"

[dependencies.gpu-allocator]
version = "0.28"

[dependencies.log]
version = "0.4"

[dependencies.ordered-float]
version = "5.1"

[dependencies.parking_lot]
version = "0.12"
optional = true

[dependencies.paste]
version = "1.0"

[dependencies.profiling]
version = "1.0"

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

[dependencies.read-only]
version = "0.1"

[dependencies.smallvec]
version = "1.15"

[dependencies.spirq]
version = "1.2"

[dependencies.vk-sync]
version = "0.5"
package = "vk-sync-fork"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.bmfont]
version = "0.3"
default-features = false

[dev-dependencies.bytemuck]
version = "1.25"

[dev-dependencies.clap]
version = "4.5"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.glam]
version = "0.32"
features = ["bytemuck"]

[dev-dependencies.half]
version = "2.4"
features = ["bytemuck"]

[dev-dependencies.hassle-rs]
version = "0.11"

[dev-dependencies.image]
version = "0.25"

[dev-dependencies.log]
version = "0.4"

[dev-dependencies.meshopt]
version = "0.2"

[dev-dependencies.polyhedron-ops]
version = ">=0.2, <=0.2.4"

[dev-dependencies.pretty_env_logger]
version = "0.5"

[dev-dependencies.puffin]
version = "0.20"

[dev-dependencies.puffin_http]
version = "0.17"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.reqwest]
version = "0.12"
features = ["blocking"]

[dev-dependencies.tobj]
version = "4.0"

[dev-dependencies.vk-shader-macros]
version = "0.2"

[dev-dependencies.winit]
version = "0.30"

[dev-dependencies.winit_input_helper]
version = "0.17"

[target.'cfg(target_os = "macos")'.dependencies.ash-molten]
version = "0.20"
optional = true