mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
1964ae7922
* Fix Cargo manifests * Oopsie
20 lines
696 B
TOML
20 lines
696 B
TOML
[package]
|
|
name = "vulkano-util"
|
|
version = "0.34.0"
|
|
edition = "2021"
|
|
authors = ["The vulkano contributors"]
|
|
repository = "https://github.com/vulkano-rs/vulkano/tree/master/vulkano-util"
|
|
description = "Utility functionality to make usage of vulkano easier"
|
|
license = "MIT OR Apache-2.0"
|
|
documentation = "https://docs.rs/vulkano-util"
|
|
homepage = "https://vulkano.rs"
|
|
keywords = ["vulkan", "bindings", "graphics", "gpu", "rendering"]
|
|
categories = ["rendering::graphics-api"]
|
|
readme = "../README.md"
|
|
|
|
[dependencies]
|
|
ahash = "0.8"
|
|
vulkano = { version = "0.34.0", path = "../vulkano", default-features = false }
|
|
vulkano-win = { version = "0.34.0", path = "../vulkano-win" }
|
|
winit = { version = "0.28" }
|