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 ItsDoot committed Feb 1, 2023
1 parent 73c838c commit 788533f
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 788533f

Please sign in to comment.