2022-06-24 15:27:33 +00:00
|
|
|
[package]
|
|
|
|
name = "vulkano-util"
|
2023-10-24 16:54:46 +00:00
|
|
|
version = "0.34.0"
|
2022-06-24 15:27:33 +00:00
|
|
|
edition = "2021"
|
|
|
|
authors = ["The vulkano contributors"]
|
2023-10-29 17:54:11 +00:00
|
|
|
repository = "https://github.com/vulkano-rs/vulkano/tree/master/vulkano-util"
|
|
|
|
description = "Utility functionality to make usage of vulkano easier"
|
2023-08-18 11:36:49 +00:00
|
|
|
license = "MIT OR Apache-2.0"
|
2023-10-29 17:54:11 +00:00
|
|
|
documentation = "https://docs.rs/vulkano-util"
|
2022-06-24 15:27:33 +00:00
|
|
|
homepage = "https://vulkano.rs"
|
|
|
|
keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"]
|
|
|
|
categories = ["rendering::graphics-api"]
|
2023-10-29 17:54:11 +00:00
|
|
|
readme = "../README.md"
|
2022-06-24 15:27:33 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2023-10-30 03:42:00 +00:00
|
|
|
ahash = { workspace = true }
|
|
|
|
vulkano = { workspace = true }
|
|
|
|
winit = { workspace = true }
|
2024-03-28 10:58:43 +00:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|