mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-16 09:02:25 +00:00
Publish 0.9.0 (#936)
This commit is contained in:
parent
77c76b77ed
commit
5e73ce96a1
@ -1,6 +1,8 @@
|
||||
# Unreleased
|
||||
|
||||
- Updated dependencies to latest versions.
|
||||
# Version 0.9.0 (2018-03-13)
|
||||
|
||||
- Updated winit to version 0.11.
|
||||
|
||||
# Version 0.8.0 (2018-03-11)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano-shader-derive"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
description = "Safe wrapper for the Vulkan graphics API"
|
||||
@ -15,7 +15,7 @@ proc-macro = true
|
||||
[dependencies]
|
||||
glsl-to-spirv = { version = "0.1.2", path = "../glsl-to-spirv" }
|
||||
syn = { version = "0.11.11", features = ["aster", "visit"] }
|
||||
vulkano-shaders = { version = "0.8", path = "../vulkano-shaders" }
|
||||
vulkano-shaders = { version = "0.9", path = "../vulkano-shaders" }
|
||||
|
||||
[dev-dependencies]
|
||||
vulkano = { version = "0.8", path = "../vulkano" }
|
||||
vulkano = { version = "0.9", path = "../vulkano" }
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano-shaders"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
description = "Shaders "
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano-win"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
description = "Link between vulkano and winit"
|
||||
@ -8,7 +8,7 @@ license = "MIT/Apache-2.0"
|
||||
categories = ["rendering::graphics-api"]
|
||||
|
||||
[dependencies]
|
||||
vulkano = { version = "0.8.0", path = "../vulkano" }
|
||||
vulkano = { version = "0.9.0", path = "../vulkano" }
|
||||
winit = "0.11.0"
|
||||
|
||||
[target.'cfg(target_os = "macos")'.dependencies]
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "vulkano"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
||||
repository = "https://github.com/vulkano-rs/vulkano"
|
||||
description = "Safe wrapper for the Vulkan graphics API"
|
||||
|
Loading…
Reference in New Issue
Block a user