mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-24 15:55:07 +00:00
Deprecate glsl-to-spirv (#1040)
This commit is contained in:
parent
f4f91f7ee1
commit
d8bcc6b126
@ -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
1
glsl-to-spirv/readme.md
Normal file
@ -0,0 +1 @@
|
||||
This crate is deprecated please use [shaderc-rs](https://github.com/google/shaderc-rs) instead.
|
Loading…
Reference in New Issue
Block a user