vkcore-rs 0.5.7

The Vulkan core functions 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"
name = "vkcore-rs"
version = "0.5.7"
authors = ["0xAA55 <838816058@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Vulkan core functions for Rust"
readme = "Readme.md"
keywords = [
    "Vulkan",
    "GLFW",
    "GameEngine",
    "Render",
    "GPU",
]
license-file = "LICENSE"
repository = "https://github.com/0xAA55/vkcore-rs"

[features]
android_khr = []
api_dump = []
catch_nullptr = []
glfw = ["dep:glfw"]
ios_mvk = []
macos_mvk = []
metal_ext = []
validation_layer = []
wayland_khr = []
win32_khr = []
xcb_khr = []

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

[dependencies.glfw]
version = "0.59.0"
features = [
    "vulkan",
    "image",
]
optional = true

[dev-dependencies.glfw]
version = "0.59.0"
features = [
    "vulkan",
    "image",
]

[profile.release]
lto = "fat"