mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 20:53:53 +00:00
Remove unused regex dep from bevy_render (#9613)
# 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`.
This commit is contained in:
parent
64dcaf002b
commit
ce2ade2636
1 changed files with 0 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue