mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
1c2d195dab
* Add `OnceCache` * Switch to `ahash`
19 lines
613 B
TOML
19 lines
613 B
TOML
[package]
|
|
name = "vulkano-util"
|
|
version = "0.31.0"
|
|
edition = "2021"
|
|
authors = ["The vulkano contributors"]
|
|
repository = "https://github.com/vulkano-rs/vulkano"
|
|
description = "Utility functionality to make usage of Vulkano easier"
|
|
license = "MIT/Apache-2.0"
|
|
documentation = "https://docs.rs/vulkano"
|
|
homepage = "https://vulkano.rs"
|
|
keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"]
|
|
categories = ["rendering::graphics-api"]
|
|
|
|
[dependencies]
|
|
ahash = "0.8"
|
|
vulkano = { version = "0.31.0", path = "../vulkano" }
|
|
vulkano-win = { version = "0.31.0", path = "../vulkano-win" }
|
|
winit = { version = "0.27" }
|