vk-sync 0.1.0

Simplification of core Vulkan synchronization mechanisms such as pipeline barriers and events.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "vk-sync"
version = "0.1.0"
authors = ["Graham Wihlidal <graham@wihlidal.ca>"]
exclude = [".travis.yml", ".gitignore", "appveyor.yml"]
description = "Simplification of core Vulkan synchronization mechanisms such as pipeline barriers and events."
homepage = "https://github.com/gwihlidal/vk-sync-rs"
documentation = "https://docs.rs/vk-sync"
readme = "README.md"
keywords = ["vulkan", "vk", "ash", "graphics", "3d"]
categories = ["api-bindings", "rendering", "rendering::engines", "rendering::graphics-api"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gwihlidal/vk-sync-rs"
[profile.release]
opt-level = 3
lto = true
codegen-units = 1

[lib]
name = "vk_sync"
path = "src/lib.rs"
[dependencies.ash]
version = "0.24.4"
optional = true

[features]
ash_bind = ["ash"]
default = ["ash_bind"]
[badges.appveyor]
repository = "gwihlidal/vk-sync-rs"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "gwihlidal/vk-sync-rs"