Skip to content

Commit 23709fb

Browse files
authored
Remove vulkano-shader-derive (#1085)
1 parent 494a0c3 commit 23709fb

File tree

4 files changed

+1
-16
lines changed

4 files changed

+1
-16
lines changed

Diff for: Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ members = [
44
"vk-sys",
55
"vulkano",
66
"vulkano-shaders",
7-
"vulkano-shader-derive",
87
"vulkano-win"
98
]
109

Diff for: README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -150,16 +150,11 @@ If your change adds, removes or modifies a trait or a function, please add an en
150150
This repository contains six libraries:
151151

152152
- `vulkano` is the main one.
153-
- `vulkano-shaders` can analyse SPIR-V shaders at compile-time.
154-
- `vulkano-shader-derive` provides a custom derive that invokes `vulkano-shaders`. It lets you
155-
easily integrate your GLSL shaders within the rest of your source code.
153+
- `vulkano-shaders` Provides the `vulkano_shader!` macro for compiling glsl shaders.
156154
- `vulkano-win` provides a safe link between vulkano and the `winit` library which can create
157155
a window to render to.
158156
- `vk-sys` contains raw bindings for Vulkan. You can use it even if you don't care about vulkano.
159157

160-
Once procedural macros are stabilized in Rust, the `vulkano-shaders` and `vulkano-shader-derive`
161-
crates will be merged with the `vulkano` crate.
162-
163158
In order to run tests, run `cargo test --all` at the root of the repository. Make sure your Vulkan
164159
driver is up to date before doing so.
165160

Diff for: vulkano-shader-derive/Cargo.toml

-9
This file was deleted.

Diff for: vulkano-shader-derive/src/lib.rs

Whitespace-only changes.

0 commit comments

Comments
 (0)