mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-23 23:35:54 +00:00
b2897a419f
fixes #204
12 lines
317 B
TOML
12 lines
317 B
TOML
[package]
|
|
name = "vulkano-win"
|
|
version = "0.2.0"
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"]
|
|
repository = "https://github.com/tomaka/vulkano"
|
|
description = "Link between vulkano and winit"
|
|
license = "MIT/Apache-2.0"
|
|
|
|
[dependencies]
|
|
vulkano = { version = "0.2.0", path = "../vulkano" }
|
|
winit = "0.5.2"
|