shemodogan 0.0.1

Shemodogan is a handy framework for quickly setting up Vulkan-based projects. It helps manage Vulkan objects, multithreading, and logging, so you can focus on engine logic.
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 = "2021"
name = "shemodogan"
version = "0.0.1"
authors = ["CodeCin523 <155215757+CodeCin523@users.noreply.github.com>"]
build = "src/build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shemodogan is a handy framework for quickly setting up Vulkan-based projects. It helps manage Vulkan objects, multithreading, and logging, so you can focus on engine logic."
readme = "README.md"
keywords = [
    "vulkan",
    "graphics",
    "ffi",
    "engine",
]
categories = ["graphics"]
license = "MIT"
repository = "https://github.com/CodeCin523/Shemodogan"

[lib]
name = "shemodogan"
crate-type = ["lib"]
path = "src/rs/lib.rs"

[dependencies.ash]
version = "0.38"
default-features = false

[dependencies.libc]
version = "0.2"

[build-dependencies.bindgen]
version = "0.69"

[build-dependencies.cmake]
version = "0.1"