# gpu-alloc-vulkanalia   [![crates-io-batch]][crates-io-link] [![docs-badge]][docs-url] [![rust-version-badge]][rust-version-link] [![workflow-badge]][workflow-link]
[crates-io-batch]: https://img.shields.io/crates/v/gpu-alloc-vulkanalia.svg
[crates-io-link]: https://crates.io/crates/gpu-alloc-vulkanalia
[docs-badge]: https://docs.rs/gpu-alloc-vulkanalia/badge.svg
[docs-url]: https://docs.rs/gpu-alloc-vulkanalia
[rust-version-badge]: https://img.shields.io/badge/rustc-1.65+-lightgray.svg
[rust-version-link]: https://blog.rust-lang.org/2022/11/03/Rust-1.65.0.html
[workflow-badge]: https://img.shields.io/github/actions/workflow/status/rexagon/gpu-alloc-vulkanalia/master.yml?branch=master
[workflow-link]: https://github.com/rexagon/gpu-alloc-vulkanalia/actions?query=workflow%3Amaster
## About
[`vulkanalia`](https://github.com/KyleMayes/vulkanalia) backend for [`gpu-alloc`](https://github.com/zakarumych/gpu-alloc).
Almost entirely based on the [code](https://github.com/zakarumych/gpu-alloc/blob/main/erupt/src/lib.rs) of `gpu-alloc-erupt`.
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or <https://www.apache.org/licenses/LICENSE-2.0>)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
at your option.