Deprecate glsl-to-spirv (#1040)

This commit is contained in:
Lucas Kent 2018-09-16 15:58:28 +10:00 committed by GitHub
parent f4f91f7ee1
commit d8bcc6b126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,9 @@
[package]
name = "glsl-to-spirv"
version = "0.1.6"
version = "0.1.7"
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
repository = "https://github.com/vulkano-rs/vulkano"
description = "Wrapper around the official GLSL to SPIR-V compiler"
description = "Deprecated. Use shaderc-rs instead."
license = "MIT/Apache-2.0"
build = "build/build.rs"
categories = ["rendering::graphics-api"]

1
glsl-to-spirv/readme.md Normal file
View File

@ -0,0 +1 @@
This crate is deprecated please use [shaderc-rs](https://github.com/google/shaderc-rs) instead.