mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-22 06:45:23 +00:00
18 lines
488 B
TOML
18 lines
488 B
TOML
[package]
|
|
name = "vulkano-win"
|
|
version = "0.10.0"
|
|
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"
|
|
categories = ["rendering::graphics-api"]
|
|
|
|
[dependencies]
|
|
vulkano = { version = "0.10.0", path = "../vulkano" }
|
|
winit = "0.17"
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
metal-rs = "0.6"
|
|
cocoa = "0.13"
|
|
objc = "0.2.2"
|