mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 14:56:42 +00:00
21 lines
626 B
TOML
21 lines
626 B
TOML
[package]
|
|
name = "vulkano-win"
|
|
version = "0.11.1"
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
|
repository = "https://github.com/vulkano-rs/vulkano"
|
|
description = "Link between vulkano and winit"
|
|
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]
|
|
winit = "0.18"
|
|
vulkano = { version = "0.11.0", path = "../vulkano" }
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
metal = "0.13"
|
|
cocoa = "0.18"
|
|
objc = "0.2.2"
|