Skip to content

Commit

Permalink
Remove spirv-reflect from readme (bevyengine#5192)
Browse files Browse the repository at this point in the history
# Objective

- The libraries used section of the README is outdated and is missing a lot of libraries
- The README isn't really the place for that anyway

## Solution

- Remove the section
  • Loading branch information
IceSentry authored and james7132 committed Oct 28, 2022
1 parent aec901b commit bbd6880
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ Bevy is only possible because of the hard work put into these foundational techn
* [wgpu](https://wgpu.rs/): modern / low-level / cross-platform graphics library inspired by Vulkan
* [glam-rs](https://github.com/bitshifter/glam-rs): a simple and fast 3D math library for games and graphics
* [winit](https://github.com/rust-windowing/winit): cross-platform window creation and management in Rust
* [spirv-reflect](https://github.com/gwihlidal/spirv-reflect-rs): Reflection API in rust for SPIR-V shader byte code

## [Bevy Cargo Features][cargo_features]

Expand Down

0 comments on commit bbd6880

Please sign in to comment.