vk-sync 0.1.1

Simplification of core Vulkan synchronization mechanisms such as pipeline barriers and events.
Documentation
[badges.appveyor]
repository = "gwihlidal/vk-sync-rs"

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

[badges.travis-ci]
repository = "gwihlidal/vk-sync-rs"
[dependencies.ash]
optional = true
version = "0.25"

[features]
ash_bind = ["ash"]
default = ["ash_bind"]

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

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