mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
87993aa3d7
* Set MSRV to 1.72.0 * Use workspace inheritance for some package fields * Authors seem to differ, so don't inherit that * Consistency
23 lines
636 B
TOML
23 lines
636 B
TOML
[package]
|
|
name = "vulkano-util"
|
|
version = "0.34.0"
|
|
authors = ["The vulkano contributors"]
|
|
repository = "https://github.com/vulkano-rs/vulkano/tree/master/vulkano-util"
|
|
description = "Utility functionality to make usage of vulkano easier"
|
|
documentation = "https://docs.rs/vulkano-util"
|
|
readme = "../README.md"
|
|
edition = { workspace = true }
|
|
rust-version = { workspace = true }
|
|
license = { workspace = true }
|
|
homepage = { workspace = true }
|
|
keywords = { workspace = true }
|
|
categories = { workspace = true }
|
|
|
|
[dependencies]
|
|
ahash = { workspace = true }
|
|
vulkano = { workspace = true }
|
|
winit = { workspace = true }
|
|
|
|
[lints]
|
|
workspace = true
|