[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"