vulkanalia-bootstrap 0.1.6

A utility library that jump starts initialization of Vulkan via Vulkanalia
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 = "vulkanalia-bootstrap"
version = "0.1.6"
authors = [
    "Kirill Mironov <vetrokm@gmail.com>",
    "Danny Dorstijn <dannydorstijn1997@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A utility library that jump starts initialization of Vulkan via Vulkanalia"
homepage = "https://github.com/ddorstijn/vulkanalia-bootstrap"
documentation = "https://docs.rs/vulkanalia_bootstrap/latest/vulkanalia_bootstrap"
readme = "README.md"
keywords = [
    "vulkan",
    "vulkanalia",
    "bindings",
    "gamedev",
    "rendering",
]
categories = [
    "api-bindings",
    "external-ffi-bindings",
    "game-development",
    "graphics",
    "rendering::graphics-api",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ddorstijn/vulkanalia-bootstrap"

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

[features]
default = []
enable_tracing = ["tracing"]
portability = []

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

[[example]]
name = "simple"
path = "examples/simple.rs"
required-features = ["enable_tracing"]

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

[dependencies.libloading]
version = "0.9.0"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"
optional = true

[dependencies.vulkanalia]
version = "0.34.0"
features = [
    "libloading",
    "window",
]

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

[dev-dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

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