vk-graph-window 0.1.4

winit window and swapchain integration for vk-graph
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-window"
version = "0.1.4"
authors = ["John Wells <john@attackgoat.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "winit window and swapchain integration for vk-graph"
homepage = "https://github.com/attackgoat/vk-graph/tree/main/crates/vk-graph-window"
documentation = "https://docs.rs/vk-graph-window"
readme = "README.md"
keywords = [
    "gamedev",
    "vulkan",
    "winit",
]
categories = [
    "game-development",
    "multimedia::images",
    "rendering::engine",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/attackgoat/vk-graph"

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

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

[dependencies.ctrlc]
version = "3.4"
features = ["termination"]

[dependencies.derive_builder]
version = "0.20"

[dependencies.log]
version = "0.4"

[dependencies.profiling]
version = "1.0"

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

[dependencies.vk-graph]
version = "0.14.5"

[dependencies.winit]
version = "0.30"

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