vka 0.0.4

A minimal vulkan wrapper
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 = "vka"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal vulkan wrapper"
homepage = "https://github.com/phoshp/vka"
documentation = "https://docs.rs/vka"
readme = "README.md"
keywords = [
    "vulkan",
    "graphics",
    "rendering",
    "low-level",
]
categories = ["graphics"]
license = "MIT"
repository = "https://github.com/phoshp/vka"

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

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

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

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

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

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

[dependencies.ash]
version = "0.38.0"

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

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

[dependencies.itertools]
version = "0.14.0"

[dependencies.log]
version = "0.4.29"

[dependencies.parking_lot]
version = "0.12.5"

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

[dev-dependencies.env_logger]
version = "0.11.9"

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

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