mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-12-02 11:45:19 +00:00
18 lines
456 B
TOML
18 lines
456 B
TOML
[package]
|
|
name = "vulkano-win"
|
|
version = "0.4.4"
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
|
repository = "https://github.com/tomaka/vulkano"
|
|
description = "Link between vulkano and winit"
|
|
license = "MIT/Apache-2.0"
|
|
categories = ["rendering::graphics-api"]
|
|
|
|
[dependencies]
|
|
vulkano = { version = "0.4.0", path = "../vulkano" }
|
|
winit = "0.6.4"
|
|
|
|
[target.'cfg(target_os = "macos")'.dependencies]
|
|
metal-rs = "0.3.0"
|
|
cocoa = "0.8.1"
|
|
objc = "0.2"
|