Update Cargo.toml metadata (#721)

This commit is contained in:
tomaka 2017-08-05 11:06:13 +02:00 committed by GitHub
parent 83e643c234
commit d55cbf04f6
6 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
[package] [package]
name = "glsl-to-spirv" name = "glsl-to-spirv"
version = "0.1.3" version = "0.1.3"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"] authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/tomaka/vulkano" repository = "https://github.com/vulkano-rs/vulkano"
description = "Wrapper around the official GLSL to SPIR-V compiler" description = "Wrapper around the official GLSL to SPIR-V compiler"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
build = "build/build.rs" build = "build/build.rs"

View File

@ -1,8 +1,8 @@
[package] [package]
name = "vk-sys" name = "vk-sys"
version = "0.3.0" version = "0.3.0"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"] authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/tomaka/vulkano" repository = "https://github.com/vulkano-rs/vulkano"
description = "Bindings for the Vulkan graphics API" description = "Bindings for the Vulkan graphics API"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/vk-sys" documentation = "https://docs.rs/vk-sys"

View File

@ -1,8 +1,8 @@
[package] [package]
name = "vulkano-shader-derive" name = "vulkano-shader-derive"
version = "0.5.6" version = "0.5.6"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"] authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/tomaka/vulkano" repository = "https://github.com/vulkano-rs/vulkano"
description = "Safe wrapper for the Vulkan graphics API" description = "Safe wrapper for the Vulkan graphics API"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/vulkano" documentation = "https://docs.rs/vulkano"

View File

@ -1,8 +1,8 @@
[package] [package]
name = "vulkano-shaders" name = "vulkano-shaders"
version = "0.5.6" version = "0.5.6"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"] authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/tomaka/vulkano" repository = "https://github.com/vulkano-rs/vulkano"
description = "Shaders " description = "Shaders "
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "http://tomaka.github.io/vulkano/vulkano/index.html" documentation = "http://tomaka.github.io/vulkano/vulkano/index.html"

View File

@ -1,8 +1,8 @@
[package] [package]
name = "vulkano-win" name = "vulkano-win"
version = "0.5.6" version = "0.5.6"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"] authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/tomaka/vulkano" repository = "https://github.com/vulkano-rs/vulkano"
description = "Link between vulkano and winit" description = "Link between vulkano and winit"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
categories = ["rendering::graphics-api"] categories = ["rendering::graphics-api"]

View File

@ -1,8 +1,8 @@
[package] [package]
name = "vulkano" name = "vulkano"
version = "0.5.6" version = "0.5.6"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>"] authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/tomaka/vulkano" repository = "https://github.com/vulkano-rs/vulkano"
description = "Safe wrapper for the Vulkan graphics API" description = "Safe wrapper for the Vulkan graphics API"
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
documentation = "https://docs.rs/vulkano" documentation = "https://docs.rs/vulkano"