mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
4133a3bf63
The use of `/` is deprecated, per the Cargo reference: https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields
19 lines
642 B
TOML
19 lines
642 B
TOML
[package]
|
|
name = "vulkano-util"
|
|
version = "0.33.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 OR 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.33.0", path = "../vulkano", default-features = false }
|
|
vulkano-win = { version = "0.33.0", path = "../vulkano-win" }
|
|
winit = { version = "0.28" }
|