covk 0.1.2-1.4.345

Unsafe vulkan bindings for Rust
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"
rust-version = "1.93.0"
name = "covk"
version = "0.1.2-1.4.345"
authors = ["2A5F <U2A5F@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unsafe vulkan bindings for Rust"
readme = "README.md"
keywords = [
    "vulkan",
    "no-std",
    "bindings",
    "gamedev",
    "graphics",
]
categories = [
    "api-bindings",
    "external-ffi-bindings",
    "game-development",
    "graphics",
    "rendering::graphics-api",
]
license = "MIT"
repository = "https://github.com/coplt/covk"

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

[features]
default = ["loaded"]
linked = ["covk_sys/linked"]
loaded = [
    "covk_sys/loaded",
    "libloading",
]

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

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

[dependencies.covk_sys]
version = "0.1.2-1.4.345"

[dependencies.libloading]
version = "0.9"
optional = true

[dependencies.uuid]
version = "1"

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

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

[dev-dependencies.basis-universal]
version = "0.3"

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

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

[dev-dependencies.gpu-allocator]
version = "0.28.0"
features = [
    "std",
    "vulkan",
]
default-features = false

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

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

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

[dev-dependencies.zstd]
version = "0.13"