mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
Remove spirv-reflect from readme (#5192)
# 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
This commit is contained in:
parent
7b2cf98896
commit
518408dfda
1 changed files with 0 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue