# 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 = "2018" name = "vk-sync-fork" version = "0.4.0" authors = ["Ashley Ruglys "] exclude = [".travis.yml", ".gitignore", "appveyor.yml"] description = "Simplification of core Vulkan synchronization mechanisms such as pipeline barriers and events. Forked off of the original vk-sync crate which is currently unmaintained." homepage = "https://github.com/espenses/vk-sync-rs" documentation = "https://docs.rs/vk-sync-fork" readme = "README.md" keywords = ["vulkan", "vk", "ash", "graphics", "3d"] categories = ["api-bindings", "rendering", "rendering::engine", "rendering::graphics-api"] license = "MIT/Apache-2.0" repository = "https://github.com/expenses/vk-sync-rs" [dependencies.ash] version = "0.37.0" [badges.maintenance] status = "actively-developed"