Skip to content

Commit

Permalink
Remove unused regex dep from bevy_render (bevyengine#9613)
Browse files Browse the repository at this point in the history
# Objective

As far as I can tell, this is no longer needed since the switch to
fancier shader imports via `naga_oil`.

This shouldn't have any affect on compile times because it's in our tree
from `naga_oil`, `tracing-subscriber`, and `rodio`.
  • Loading branch information
rparrett authored and Ray Redondo committed Jan 9, 2024
1 parent 8d5b91c commit c045e27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bevy_render/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ futures-lite = "1.4.0"
anyhow = "1.0"
hexasphere = "9.0"
parking_lot = "0.12.1"
regex = "1.5"
ddsfile = { version = "0.5.0", optional = true }
ktx2 = { version = "0.3.0", optional = true }
naga_oil = "0.8"
Expand Down

0 comments on commit c045e27

Please sign in to comment.